GroupMeClientAuthHelper GetWebApiAccessForAccessToken Method CkSoftware GroupMe SDK - Documentation
Creates a new IWebApiAccess instance using the given AccessToken.

Namespace: CkSoftware.GroupMe.Sdk.Helpers.Authorization
Assembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public IWebApiAccess GetWebApiAccessForAccessToken(
	string accessToken
)

Parameters

accessToken
Type: System String
The AccessToken to use for the new WebApiAccess class.

Return Value

Type: IWebApiAccess
Returns a new IWebApiAccess instance.
Exceptions

ExceptionCondition
GroupMeExceptionThrown if there is no AccessToken inside the request.
See Also