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 Type
    Method
    Description
    Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.
    Custom HTTP headers which must be sent to complete the authorization code grant request.
  • Method Details

    • extraParams

      @ConfigDocMapKey("parameter-name") Map<String,String> 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

      @ConfigDocMapKey("header-name") Map<String,String> headers()
      Custom HTTP headers which must be sent to complete the authorization code grant request.