GroupMeClientAuthHelper GetAccessTokenForAuthorizeRequest Method CkSoftware GroupMe SDK - Documentation
Reads the GroupMe AccessToken out of the given HttpRequest and returns it.

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 string GetAccessTokenForAuthorizeRequest(
	HttpRequestBase request
)

Parameters

request
Type: System.Web HttpRequestBase
The HttpRequest where the access-token should be read.

Return Value

Type: String
Returns the AccessToken found in the given HttpRequest.
Exceptions

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