SmsClient.AuthorizeAsync Method

Routee SMSClient

SmsClientAuthorizeAsync Method

Authorizes the client

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

Parameters

credentials
Type: SMSInterfaces.InterfacesIServiceCredentialStoreOauth
The credentials.

Return Value

Type: TaskIAuthorizationResult
an authorization token object or null in case of failure

Return Value

Type: TaskIAuthorizationResult
an authorization token object or null in case of failure

Implements

IOauthAuthorizerAuthorizeAsync(IServiceCredentialStoreOauth)
See Also