Interface SpringDocOidcClientRegistrationRequest


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

    • clientId

      String clientId()
    • clientIdIssuedAt

      Instant clientIdIssuedAt()
    • clientSecret

      String clientSecret()
    • CLIENT_SECRET_EXPIRES_AT

      Instant CLIENT_SECRET_EXPIRES_AT()
    • clientName

      String clientName()
    • redirectUris

      List<String> redirectUris()
    • tokenEndpointAuthenticationMethod

      String tokenEndpointAuthenticationMethod()
    • tokenEndpointAuthenticationSigningAlgorithm

      String tokenEndpointAuthenticationSigningAlgorithm()
    • grantTypes

      List<String> grantTypes()
    • responseType

      List<String> responseType()
    • scopes

      String scopes()
    • jwkSetUrl

      String jwkSetUrl()
    • idTokenSignedResponseAlgorithm

      String idTokenSignedResponseAlgorithm()