Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 493 Bytes

SetRequestTokenAndSecret.md

File metadata and controls

19 lines (13 loc) · 493 Bytes

OAuthContext.SetRequestTokenAndSecret method

Sets the request token and secret.

public void SetRequestTokenAndSecret(string? requestToken, string? requestTokenSecret)
parameter description
requestToken The request token.
requestTokenSecret The token secret.

See Also