Show / Hide Table of Contents

    Interface ITokenProvider

    StringTokenProvider
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    public interface ITokenProvider

    Methods

    GetAuthenticationHeaderAsync(CancellationToken)

    Declaration
    public System.Threading.Tasks.Task<System.Net.Http.Headers.AuthenticationHeaderValue> GetAuthenticationHeaderAsync (System.Threading.CancellationToken cancellationToken);
    Parameters
    CancellationToken cancellationToken

    Returns
    Task<AuthenticationHeaderValue>

    Back to top Azure SDK for Net