Table of Contents

Interface IHttpAuthentication

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Describes an HTTP authentication method.

public interface IHttpAuthentication

Methods

GetAuthorizationHeaderValue()

Returns the value to set as the Authorization header of a request.

string GetAuthorizationHeaderValue()

Returns

string