TokenParameters

public final class TokenParameters

Parameters required to create a token.

Fields

mCreationMethod

final TokenCreationMethod mCreationMethod

mScope

final String mScope

mTokenType

final TokenType mTokenType

Constructors

TokenParameters

public TokenParameters(TokenCreationMethod creationMethod, String scope, TokenType tokenType)

Methods

getCreationMethod

public TokenCreationMethod getCreationMethod()

Method to create the token.

getScope

public String getScope()

Scope of the token parameter.

getTokenType

public TokenType getTokenType()

Type of the token.

toString

public String toString()