IOauthAuthorizer.AuthorizeAsync Method

Routee SMSClient

IOauthAuthorizerAuthorizeAsync Method

Authorizes asynchronous.

Namespace:  SMSInterfaces.Interfaces
Assembly:  SMSInterfaces (in SMSInterfaces.dll) Version: 1.0.0
Syntax
C#
Task<IAuthorizationResult> AuthorizeAsync(
	IServiceCredentialStoreOauth credentials
)

Parameters

credentials
Type: SMSInterfaces.InterfacesIServiceCredentialStoreOauth
The credentials.

Return Value

Type: TaskIAuthorizationResult
See Also