authorizationCode property
A short-lived token used by your app for proof of authorization when interacting with the app’s server counterpart. Can be null.
Implementation
final Uint8List? authorizationCode;
A short-lived token used by your app for proof of authorization when interacting with the app’s server counterpart. Can be null.
final Uint8List? authorizationCode;