CheckTokenResponse constructor
const
CheckTokenResponse({})
Creates an instance of CheckTokenResponse.
All fields are required.
Implementation
const CheckTokenResponse({
required this.userName,
required this.scope,
required this.accountAuthorities,
required this.exp,
required this.clientAuthorities,
required this.authorities,
required this.clientId,
});