Table of Contents

Interface IDefaultAuthTokenProviderOptions

Namespace
anybill.POS.Client.Options
Assembly
anybill.POS.Client.dll

Options used for the DefaultAuthTokenProvider

public interface IDefaultAuthTokenProviderOptions

Properties

ReAuthenticateBefore

The time span before the auth token is considered invalid before the actual expiration.

TimeSpan ReAuthenticateBefore { get; }

Property Value

TimeSpan

Retries

Number of retries for transient http errors

int Retries { get; }

Property Value

int

Scope

The scopes to authenticate for

string Scope { get; }

Property Value

string

Uri

The uri used for authentication

string Uri { get; }

Property Value

string