Skip to contents

Get mobile authenticator details of the current authenticated user

Usage

mobile_auth_status(use_proxy = FALSE)

Arguments

use_proxy

Logical to indicate whether to use proxy.

Value

A list object containing 2 logical values:

  • mobileAuthLogin: Has the user enabled login via Mobile Authenticator?

  • mobileAuthRegistered: Has the user registered a Mobile Authenticator?

Details

More information on mobile authentication can be found in vignette("authentication").

More details on this endpoint are available in the API documentation.

See also

Other Mobile authentication functions: mobile_auth_login()