OpenIdConfiguration
@Serializable
Data class representing the OpenID Connect configuration.
Constructors
Link copied to clipboard
constructor(authorizationEndpoint: String = "", pushAuthorizationRequestEndpoint: String = "", tokenEndpoint: String = "", userinfoEndpoint: String = "", endSessionEndpoint: String = "", pingEndIdpSessionEndpoint: String = "", revocationEndpoint: String = "", deviceAuthorizationEndpoint: String = "")
Properties
Link copied to clipboard
The URL of the authorization endpoint.
Link copied to clipboard
The URL of the device authorization endpoint (RFC 8628).
Link copied to clipboard
The URL of the end session endpoint.
Link copied to clipboard
The URL of the end session endpoint with just using idToken
Link copied to clipboard
@SerialName(value = "pushed_authorization_request_endpoint")
Link copied to clipboard
The URL of the revocation endpoint.
Link copied to clipboard
The URL of the token endpoint.
Link copied to clipboard
The URL of the userinfo endpoint.