Class AuthenticationApi.GetMfaSettings

Enclosing class:
AuthenticationApi

public final class AuthenticationApi.GetMfaSettings extends EndpointCategoryCall<AuthenticationApi.GetMfaSettings>
Handler for the getMfaSettings API method that lets you choose the content type via the Accept header.
  • Method Details

    • self

      Specified by:
      self in class ApiCall<AuthenticationApi.GetMfaSettings>
    • endpointCategory

      public Class<? extends EndpointCategory> endpointCategory()
      Specified by:
      endpointCategory in class EndpointCategoryCall<AuthenticationApi.GetMfaSettings>
      Returns:
      The endpoint category that created this API call.
    • requestJson

      public ApiInvocation<MfaSettingsResponse> requestJson()
      Calls the API with the Accept header set to application/json; charset=utf-8.

      Retrieves the public setting for multi-factor authentication (MFA). Retrieves the public setting for multi-factor authentication (MFA).

      Status codes that may be returned by this API call:

      • 200 - A successful response containing the MFA settings such as the number of days a multi-factor authentication (MFA) may be saved..
      Returns:
      A completion stage that resolves with the data returned by the API.
    • requestJson_v1_0

      public ApiInvocation<MfaSettingsResponse> requestJson_v1_0()
      Calls the API with the Accept header set to application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8.

      Retrieves the public setting for multi-factor authentication (MFA). Retrieves the public setting for multi-factor authentication (MFA).

      Status codes that may be returned by this API call:

      • 200 - A successful response containing the MFA settings such as the number of days a multi-factor authentication (MFA) may be saved..
      Returns:
      A completion stage that resolves with the data returned by the API.