TokenInfo constructor
TokenInfo({})
Creates a new TokenInfo instance.
Implementation
TokenInfo({
required this.userId,
required this.tokenIssuer,
required this.tokenId,
required this.scopes,
required this.method,
});