Click or drag to resize
OAuthConfiguration Constructor (String, String, Uri)
Initializes a configuration object with the given properties.

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public OAuthConfiguration(
	string clientId,
	string clientSecret,
	Uri tokenEndpoint
)

Parameters

clientId
Type: SystemString
The OAuth Client ID.
clientSecret
Type: SystemString
The OAuth Client Secret.
tokenEndpoint
Type: SystemUri
The endpoint for obtaining OAuth tokens.
See Also