Interface SpringDocOidcClientRegistrationRequest
public interface SpringDocOidcClientRegistrationRequest
The type Spring doc OpenID Client Registration Request
- Author:
- yuta.saito
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionClient secret expires at instant.clientId()Client id string.Client id issued at instant.Client name string.Client secret string.Grant types list.Id token signed response algorithm string.Jwk set url string.Redirect uris list.Response type list.scopes()Scopes string.Token endpoint authentication method string.Token endpoint authentication signing algorithm string.
-
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
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
Grant types list.- Returns:
- the list
-
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
-