Package io.quarkus.oidc
Class OidcTenantConfig.CodeGrant
java.lang.Object
io.quarkus.oidc.OidcTenantConfig.CodeGrant
- All Implemented Interfaces:
OidcTenantConfig.CodeGrant
- Enclosing class:
- OidcTenantConfig
@Deprecated(since="3.18")
public static class OidcTenantConfig.CodeGrant
extends Object
implements OidcTenantConfig.CodeGrant
Deprecated.
Authorization Code grant configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.Deprecated.Custom HTTP headers which must be sent to complete the authorization code grant request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.Deprecated.Deprecated.headers()Deprecated.Custom HTTP headers which must be sent to complete the authorization code grant request.voidsetExtraParams(Map<String, String> extraParams) Deprecated.voidsetHeaders(Map<String, String> headers) Deprecated.
-
Field Details
-
extraParams
Deprecated.Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request. -
headers
Deprecated.Custom HTTP headers which must be sent to complete the authorization code grant request.
-
-
Constructor Details
-
CodeGrant
public CodeGrant()Deprecated.
-
-
Method Details
-
getExtraParams
Deprecated. -
setExtraParams
Deprecated. -
getHeaders
Deprecated. -
setHeaders
Deprecated. -
extraParams
Deprecated.Description copied from interface:OidcTenantConfig.CodeGrantAdditional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.- Specified by:
extraParamsin interfaceOidcTenantConfig.CodeGrant
-
headers
Deprecated.Description copied from interface:OidcTenantConfig.CodeGrantCustom HTTP headers which must be sent to complete the authorization code grant request.- Specified by:
headersin interfaceOidcTenantConfig.CodeGrant
-
OidcTenantConfigBuilder.CodeGrantBuilderbuilder