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
socialId
longThe social ID.
isDemo
boolSandbox mode.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<IOAuthToken>
The task representing the request for the OAuth token.