accessCode property

String? get accessCode

Stores the active access code for an authenticated user, if any.

Implementation

String? get accessCode => _authCode;