OAuth User Configuration
Creates an OAuth configuration with the specified parameters.
Since
200.1.0
Parameters
the URL of the portal to authenticate with
a unique identifier associated with an application registered with the portal that assists with client/server OAuth authentication
the URL that the OAuth login page redirects to when authentication completes
the OAuth login page is displayed in the language specified by the given locale, set by the device by default
the requested expiration interval (in minutes) for the refresh token. The max interval can be overridden by the portal administrator.
RefreshTokenExpirationInterval.Maximum returns the maximum refresh token expiration interval supported by the portal, which is usually set to ninety days. The portal administrator has the ability to decrease this maximum value.
RefreshTokenExpirationInterval.Default returns the default refresh token expiration interval configured on the portal, typically 14 days. This default value may be affected if the portal administrator sets the maximum refresh token value (ninety days) to less than 14 days.
the requested exchange interval (in minutes) for the OAuth refresh token. Use this to exchange a refresh token before it expires. This will limit the number of times a user will have to log-in because of expiring tokens.
the requested expiration interval (in minutes) for federated tokens generated using the OAuth credential. Setting this to null means that the default interval will be used
a Boolean value indicating whether to show "Cancel" button on the OAuth login page
a Boolean value indicating whether to show "Cancel" button on the OAuth login page
a Boolean value indicating whether the OAuth log-in session should ask the browser for a private authentication session