OAuth2Provider

play.silhouette.impl.providers.OAuth2Provider
See theOAuth2Provider companion trait

The OAuth2Provider companion object.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val AuthorizationError: String

The error messages.

The error messages.

Attributes

val InvalidInfoFormat: String
val JsonParseError: String
val UnexpectedResponse: String

Inherited fields

val AccessDenied: String

Attributes

Inherited from:
OAuth2Constants
val AccessToken: String

Attributes

Inherited from:
OAuth2Constants
val AuthorizationCode: String

Attributes

Inherited from:
OAuth2Constants
val ClientID: String

Attributes

Inherited from:
OAuth2Constants
val ClientSecret: String

Attributes

Inherited from:
OAuth2Constants
val Code: String

Attributes

Inherited from:
OAuth2Constants
val Error: String

Attributes

Inherited from:
OAuth2Constants
val Expires: String

Attributes

Inherited from:
OAuth2Constants
val ExpiresIn: String

Attributes

Inherited from:
OAuth2Constants
val GrantType: String

Attributes

Inherited from:
OAuth2Constants
val RedirectURI: String

Attributes

Inherited from:
OAuth2Constants
val RefreshToken: String

Attributes

Inherited from:
OAuth2Constants
val ResponseType: String

Attributes

Inherited from:
OAuth2Constants
val Scope: String

Attributes

Inherited from:
OAuth2Constants
val State: String

Attributes

Inherited from:
OAuth2Constants
val TokenType: String

Attributes

Inherited from:
OAuth2Constants