Interface IOAuthProvider
Provider for OAuth.
public interface IOAuthProvider
- Extension Methods
Methods
RequestToken(long, bool, CancellationToken)
Request token.
Task<IOAuthToken> RequestToken(long socialId, bool isDemo, CancellationToken cancellationToken)
Parameters
socialIdlongThe social ID.
isDemoboolSandbox mode.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<IOAuthToken>
The task representing the request for the OAuth token.