Table of Contents

Interface IOAuthToken

Namespace
Ecng.Net
Assembly
Ecng.Net.dll

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

DateTime?

Value

Gets the value of the OAuth token.

string Value { get; }

Property Value

string