Interface IDefaultAuthTokenProviderOptions
Options used for the DefaultAuthTokenProvider
Namespace: anybill.POS.Client.Options
Assembly: anybill.POS.Client.dll
Syntax
public interface IDefaultAuthTokenProviderOptions
Properties
ReAuthenticateBefore
The time span before the auth token is considered invalid before the actual expiration.
Declaration
TimeSpan ReAuthenticateBefore { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Retries
Number of retries for transient http errors
Declaration
int Retries { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Scope
The scopes to authenticate for
Declaration
string Scope { get; }
Property Value
Type | Description |
---|---|
System.String |
Uri
The uri used for authentication
Declaration
string Uri { get; }
Property Value
Type | Description |
---|---|
System.String |