Search Results for

    Show / Hide Table of Contents

    Interface IOAuthConnectionApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IOAuthConnectionApiSync.CreateOAuthConnection(string, string, string, int)
    IOAuthConnectionApiSync.CreateOAuthConnectionWithHttpInfo(string, string, string, int)
    IOAuthConnectionApiSync.ExchangeAuthorizationTokenAndCreateOrUpdateInbox(string, string, int)
    IOAuthConnectionApiSync.ExchangeAuthorizationTokenAndCreateOrUpdateInboxWithHttpInfo(string, string, int)
    IOAuthConnectionApiAsync.CreateOAuthConnectionAsync(string, string, string, int, CancellationToken)
    IOAuthConnectionApiAsync.CreateOAuthConnectionWithHttpInfoAsync(string, string, string, int, CancellationToken)
    IOAuthConnectionApiAsync.ExchangeAuthorizationTokenAndCreateOrUpdateInboxAsync(string, string, int, CancellationToken)
    IOAuthConnectionApiAsync.ExchangeAuthorizationTokenAndCreateOrUpdateInboxWithHttpInfoAsync(string, string, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IOAuthConnectionApi : IOAuthConnectionApiSync, IOAuthConnectionApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.