soidc.core.OpenIdConfig
See theOpenIdConfig companion object
final case class OpenIdConfig(issuer: Uri, authorizationEndpoint: Uri, tokenEndpoint: Uri, userInfoEndpoint: Uri, jwksUri: Uri, deviceAuthorizationEndpoint: Option[Uri], endSessionEndpoint: Option[Uri], claimsParameterSupported: Option[Boolean], claimsSupported: List[String], grantTypesSupported: List[String], responseTypesSupported: List[String])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article