GroupMeClientAuthHelper GetAuthenticationRedirectUrl Method CkSoftware GroupMe SDK - Documentation
Converts the given GroupMe application client-id to a url which can be used to redirect the users-browser.

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 GetAuthenticationRedirectUrl(
	string clientId
)

Parameters

clientId
Type: System String
The GroupMe application client-id which should be used.

Return Value

Type: String
Returns a full url to redirect the user where the user can authenticate itself.
See Also