Creates a new IWebApiAccess instance using the given AccessToken.
Namespace: CkSoftware.GroupMe.Sdk.Helpers.AuthorizationAssembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
Parameters
- accessToken
- Type: System String
The AccessToken to use for the new WebApiAccess class.
Return Value
Type: IWebApiAccessReturns a new IWebApiAccess instance.
Exceptions
Exception | Condition |
---|---|
GroupMeException | Thrown if there is no AccessToken inside the request. |
See Also