 | IAuthServiceGetAccessTokenAsync Method (RequestToken, String) |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Returns an access token.
Namespace: ETradeNet.AuthAssembly: ETradeNet.Auth (in ETradeNet.Auth.dll) Version: 1.0.5793.41595
SyntaxTask<AccessToken> GetAccessTokenAsync(
RequestToken token,
string verifier
)
Function GetAccessTokenAsync (
token As RequestToken,
verifier As String
) As Task(Of AccessToken)
Task<AccessToken^>^ GetAccessTokenAsync(
RequestToken^ token,
String^ verifier
)
abstract GetAccessTokenAsync :
token : RequestToken *
verifier : string -> Task<AccessToken>
Parameters
- token
- Type: ETradeNet.AuthRequestToken
Request token. - verifier
- Type: SystemString
The code received by the user to authenticate with the third-party application.
Return Value
Type:
TaskAccessTokenAccess token (asynchronous task).
Exceptions
See Also