authorizationCode property
The authorization code received from the authorization endpoint.
The auth code can be used to receive permanent access credentials. This requires a confidential client which can keep a secret.
Implementation
final String? authorizationCode;