authenticationState property

ACPMobileVisitorAuthenticationState get authenticationState

Implementation

ACPMobileVisitorAuthenticationState get authenticationState =>
    (_data['authenticationState'] as String)
        .toACPMobileVisitorAuthenticationState;