Interface SpringDocOidcClientRegistrationResponse
public interface SpringDocOidcClientRegistrationResponse
The type Spring doc OpenID Client Registration Request
- Author:
- yuta.saito
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongClient secret expires at long.clientId()Client id string.longClient id issued at long.Client name string.Client secret string.Grant types list.Id token signed response algorithm string.Jwk set url string.Redirect uris list.Registration access token string.Registration client url string.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
long clientIdIssuedAt()Client id issued at long.- Returns:
- the long
-
clientSecret
String clientSecret()Client secret string.- Returns:
- the string
-
CLIENT_SECRET_EXPIRES_AT
long CLIENT_SECRET_EXPIRES_AT()Client secret expires at long.- Returns:
- the long
-
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
-
registrationAccessToken
String registrationAccessToken()Registration access token string.- Returns:
- the string
-
registrationClientUrl
String registrationClientUrl()Registration client url string.- Returns:
- the string
-