authorizationCode property

Uint8List? authorizationCode
final

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;