Search Results for

    Show / Hide Table of Contents

    Interface IMFAControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IMFAControllerApiSync.CreateTotpDeviceForCustom(CreateTotpDeviceOtpAuthUrlOptions, int)
    IMFAControllerApiSync.CreateTotpDeviceForCustomWithHttpInfo(CreateTotpDeviceOtpAuthUrlOptions, int)
    IMFAControllerApiSync.CreateTotpDeviceForOtpAuthUrl(CreateTotpDeviceOtpAuthUrlOptions, int)
    IMFAControllerApiSync.CreateTotpDeviceForOtpAuthUrlWithHttpInfo(CreateTotpDeviceOtpAuthUrlOptions, int)
    IMFAControllerApiSync.GetTotpDevice(Guid, int)
    IMFAControllerApiSync.GetTotpDeviceWithHttpInfo(Guid, int)
    IMFAControllerApiSync.GetTotpDeviceBy(string, string, string, int)
    IMFAControllerApiSync.GetTotpDeviceByWithHttpInfo(string, string, string, int)
    IMFAControllerApiSync.GetTotpDeviceCode(Guid, DateTime?, int?, int)
    IMFAControllerApiSync.GetTotpDeviceCodeWithHttpInfo(Guid, DateTime?, int?, int)
    IMFAControllerApiAsync.CreateTotpDeviceForCustomAsync(CreateTotpDeviceOtpAuthUrlOptions, int, CancellationToken)
    IMFAControllerApiAsync.CreateTotpDeviceForCustomWithHttpInfoAsync(CreateTotpDeviceOtpAuthUrlOptions, int, CancellationToken)
    IMFAControllerApiAsync.CreateTotpDeviceForOtpAuthUrlAsync(CreateTotpDeviceOtpAuthUrlOptions, int, CancellationToken)
    IMFAControllerApiAsync.CreateTotpDeviceForOtpAuthUrlWithHttpInfoAsync(CreateTotpDeviceOtpAuthUrlOptions, int, CancellationToken)
    IMFAControllerApiAsync.GetTotpDeviceAsync(Guid, int, CancellationToken)
    IMFAControllerApiAsync.GetTotpDeviceWithHttpInfoAsync(Guid, int, CancellationToken)
    IMFAControllerApiAsync.GetTotpDeviceByAsync(string, string, string, int, CancellationToken)
    IMFAControllerApiAsync.GetTotpDeviceByWithHttpInfoAsync(string, string, string, int, CancellationToken)
    IMFAControllerApiAsync.GetTotpDeviceCodeAsync(Guid, DateTime?, int?, int, CancellationToken)
    IMFAControllerApiAsync.GetTotpDeviceCodeWithHttpInfoAsync(Guid, DateTime?, int?, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IMFAControllerApi : IMFAControllerApiSync, IMFAControllerApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.