Interface OidcClientConfig.Grant

All Known Implementing Classes:
OidcClientConfig.Grant
Enclosing interface:
OidcClientConfig

public static interface OidcClientConfig.Grant
  • Method Details

    • type

      @WithDefault("client") OidcClientConfig.Grant.Type type()
      Grant type
    • accessTokenProperty

      @WithDefault("access_token") String accessTokenProperty()
      Access token property name in a token grant response
    • refreshTokenProperty

      @WithDefault("refresh_token") String refreshTokenProperty()
      Refresh token property name in a token grant response
    • expiresInProperty

      @WithDefault("expires_in") String expiresInProperty()
      Access token expiry property name in a token grant response
    • refreshExpiresInProperty

      @WithDefault("refresh_expires_in") String refreshExpiresInProperty()
      Refresh token expiry property name in a token grant response