Skip to main content

Get Google Authenticator settings

GET 

/api/web/v1/settings/google

Get Google Authenticator settings. Caller requires the SETTINGS:VIEW permission.

Responses

Successful

Schema

    maxResetTimeSteps int32

    Possible values: >= 1 and <= 1200

    The maximum number of 30 second timestamps that a result response is validated. Default is 120.

    maxTimeSteps int32

    Possible values: >= 1 and <= 120

    The maximum number of 30 second timesteps over which a response is validated. The default is 10.

Loading...