access_token property
String?
get
access_token
The access token of a successful token response.
Implementation
String? get access_token => _access_token?.toDart;
The access token of a successful token response.
String? get access_token => _access_token?.toDart;