com.malliina.oauth
package com.malliina.oauth
Members list
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])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GoogleOAuthConf
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GoogleOAuthConf.type
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])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class TokenResponse(access_token: AccessToken, id_token: IdToken, expires_in: Long, token_type: String)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article