Interface IOAuthToken
Represents an OAuth token with its associated value and expiration information.
public interface IOAuthToken
- Extension Methods
Properties
Expires
Gets the expiration date and time of the OAuth token, if available.
DateTime? Expires { get; }
Property Value
Value
Gets the value of the OAuth token.
string Value { get; }