menu
maas package
documentation
types/oauth2.dart
AccessToken
AccessToken.new constructor
AccessToken.new constructor
dark_mode
light_mode
AccessToken
constructor
AccessToken
(
{
String
?
token
,
String
?
kind
,
int
?
expiresAt
,
String
?
scope
,
String
?
refreshToken
,
})
Implementation
AccessToken({this.token, this.kind, this.expiresAt, this.scope, this.refreshToken});
maas package
documentation
types/oauth2
AccessToken
AccessToken.new constructor
AccessToken class