authenticationState property

MobileVisitorAuthenticationState get authenticationState

Implementation

MobileVisitorAuthenticationState get authenticationState =>
    (_data['authenticationState'] as String)
        .toAEPMobileVisitorAuthState;