Click or drag to resize
SSOAuthConfiguration Constructor (String, String)
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 SSOAuthConfiguration(
	string clientId,
	string endpoint
)

Parameters

clientId
Type: SystemString
The OAuth Client ID.
endpoint
Type: SystemString
The endpoint for the SSO token.
See Also