Interface OAuth2ProviderConfiguration


@ProviderType public interface OAuth2ProviderConfiguration
  • Method Details

    • allowAuthorizationCodeGrant

      boolean allowAuthorizationCodeGrant()
    • allowAuthorizationCodePKCEGrant

      boolean allowAuthorizationCodePKCEGrant()
    • allowJWTBearerGrant

      boolean allowJWTBearerGrant()
    • allowResourceOwnerPasswordCredentialsGrant

      boolean allowResourceOwnerPasswordCredentialsGrant()
    • allowClientCredentialsGrant

      boolean allowClientCredentialsGrant()
    • allowRefreshTokenGrant

      boolean allowRefreshTokenGrant()
    • recycleRefreshToken

      boolean recycleRefreshToken()
    • expiredAuthorizationsAfterlifeDuration

      int expiredAuthorizationsAfterlifeDuration()
    • expiredAuthorizationsCheckInterval

      int expiredAuthorizationsCheckInterval()