AccountApi - object-oriented interface export AccountApi

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • The account block action is irreversible through the API. Users must contact support to unblock their accounts if this action was done in error. summary Disables a user's account by marking it as blocked in Auth0. The user ID is extracted from the JWT token provided in the Authorization header.

    Parameters

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<void, any>>

    memberof AccountApi

  • summary Refresh Auth Access Token

    Parameters

    Returns Promise<AxiosResponse<TokenResponse, any>>

    memberof AccountApi

  • summary Generate Authorized Link

    Parameters

    • OptionalauthLinkRequestDeet: AuthLinkRequestDeet
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<AuthLinkResponse, any>>

    memberof AccountApi

  • summary Verify Auth OTP

    Parameters

    • Optionalauth0OtpVerifyDeets: Auth0OtpVerifyDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TokenResponse, any>>

    memberof AccountApi