GoogleOAuthJson

com.malliina.oauth.GoogleOAuthJson
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

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

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product