authCode property

JSString? get authCode

The authorization code returned on successful authentication. Use .toDart to convert to a Dart String.

Implementation

external JSString? get authCode;