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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TokenResponse(access_token: AccessToken, id_token: IdToken, expires_in: Long, token_type: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all