Package io.quarkus.oidc.runtime
Interface OidcTenantConfig.CodeGrant
- All Known Implementing Classes:
OidcTenantConfig.CodeGrant
- Enclosing interface:
- OidcTenantConfig
public static interface OidcTenantConfig.CodeGrant
Authorization Code grant configuration
-
Method Summary
Modifier and TypeMethodDescriptionAdditional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.headers()
Custom HTTP headers which must be sent to complete the authorization code grant request.
-
Method Details
-
extraParams
Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request. -
headers
Custom HTTP headers which must be sent to complete the authorization code grant request.
-