case class AuthorizationCodeGrant(tokenRequestEndpoint: TokenRequestEndpoint, tokenEndpoint: TokenEndpoint) extends GrantType with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthorizationCodeGrant
- Serializable
- Serializable
- Product
- Equals
- GrantType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AuthorizationCodeGrant(tokenRequestEndpoint: TokenRequestEndpoint, tokenEndpoint: TokenEndpoint)
Value Members
- val tokenEndpoint: TokenEndpoint
- val tokenRequestEndpoint: TokenRequestEndpoint
-
def
type: String
- Definition Classes
- AuthorizationCodeGrant → GrantType