Interface SpringDocOidcClientRegistrationRequest


public interface SpringDocOidcClientRegistrationRequest
The type Spring doc OpenID Client Registration Request
Author:
yuta.saito
See Also:
  • Method Details

    • clientId

      String clientId()
      Client id string.
      Returns:
      the string
    • clientIdIssuedAt

      Instant clientIdIssuedAt()
      Client id issued at instant.
      Returns:
      the instant
    • clientSecret

      String clientSecret()
      Client secret string.
      Returns:
      the string
    • CLIENT_SECRET_EXPIRES_AT

      Instant CLIENT_SECRET_EXPIRES_AT()
      Client secret expires at instant.
      Returns:
      the instant
    • clientName

      String clientName()
      Client name string.
      Returns:
      the string
    • redirectUris

      List<String> redirectUris()
      Redirect uris list.
      Returns:
      the list
    • tokenEndpointAuthenticationMethod

      String tokenEndpointAuthenticationMethod()
      Token endpoint authentication method string.
      Returns:
      the string
    • tokenEndpointAuthenticationSigningAlgorithm

      String tokenEndpointAuthenticationSigningAlgorithm()
      Token endpoint authentication signing algorithm string.
      Returns:
      the string
    • grantTypes

      List<String> grantTypes()
      Grant types list.
      Returns:
      the list
    • responseType

      List<String> responseType()
      Response type list.
      Returns:
      the list
    • scopes

      String scopes()
      Scopes string.
      Returns:
      the string
    • jwkSetUrl

      String jwkSetUrl()
      Jwk set url string.
      Returns:
      the string
    • idTokenSignedResponseAlgorithm

      String idTokenSignedResponseAlgorithm()
      Id token signed response algorithm string.
      Returns:
      the string