code property
String?
get
code
The authorization code of a successful token response.
Implementation
String? get code => _code?.toDart;
The authorization code of a successful token response.
String? get code => _code?.toDart;