Search Results for

    Show / Hide Table of Contents

    Interface IAuthClient

    Retrieves access tokens for authentication.

    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public interface IAuthClient

    Properties

    BaseUrl

    Gets the server URL of the Picturepark authentication server.

    Declaration
    string BaseUrl { get; }
    Property Value
    string

    CustomerAlias

    Gets the customer alias.

    Declaration
    string CustomerAlias { get; }
    Property Value
    string

    Methods

    GetAuthenticationHeadersAsync()

    Gets the authentication headers.

    Declaration
    Task<IDictionary<string, string>> GetAuthenticationHeadersAsync()
    Returns
    Task<IDictionary<string, string>>

    The headers.

    Back to top Generated by DocFX