OAuth2Client Constructor Nemiro.OAuth
Initializes a new instance of the OAuth2Client class.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public OAuth2Client(
	string authorizeUrl,
	string accessTokenUrl,
	string clientId,
	string clientSecret
)
See Also