com.malliina.oauth

Type members

Classlikes

case class GoogleOAuthConf(issuer: String, authorizationEndpoint: FullUrl, tokenEndpoint: FullUrl, userInfoEndpoint: String, revocationEndpoint: String, jwksUri: String, responseTypesSupported: Seq[String], subjectTypesSupported: Seq[String], algorithmsSupported: Seq[String], scopesSupported: Seq[String], authMethodsSupported: Seq[String], claimsSupported: Seq[String])
Companion
object
Companion
class
case class GoogleOAuthJson(issuer: String, authorization_endpoint: FullUrl, token_endpoint: FullUrl, userinfo_endpoint: String, revocation_endpoint: String, jwks_uri: String, response_types_supported: Seq[String], subject_types_supported: Seq[String], id_token_signing_alg_values_supported: Seq[String], scopes_supported: Seq[String], token_endpoint_auth_methods_supported: Seq[String], claims_supported: Seq[String])
Companion
object
Companion
class
case class TokenResponse(access_token: AccessToken, id_token: IdToken, expires_in: Long, token_type: String)
Companion
object
Companion
class