Interface IDefaultAuthTokenProviderOptions
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
Retries
Number of retries for transient http errors
int Retries { get; }
Property Value
Scope
The scopes to authenticate for
string Scope { get; }
Property Value
Uri
The uri used for authentication
string Uri { get; }