GroupMeClientAuthHelper Constructor CkSoftware GroupMe SDK - Documentation
Creates a new instance of the GroupMeClientAuthHelper.

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 GroupMeClientAuthHelper(
	string oAuthBaseUrl = "https://oauth.groupme.com",
	string apiBaseUrl = "https://api.groupme.com/v3"
)

Parameters

oAuthBaseUrl (Optional)
Type: System String
The base url of the oauth service (default is 'https://oauth.groupme.com').
apiBaseUrl (Optional)
Type: System String
The base GroupMe API service url (default is 'https://oauth.groupme.com/v3').
See Also