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])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product