Initializes a new instance of the OAuth2Client class.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- authorizeUrl
- Type: System String
The address for login.
- accessTokenUrl
- Type: System String
The address for the access token.
- clientId
- Type: System String
The application identifier.
- clientSecret
- Type: System String
The application secret key.
See Also