| OAuthConfigurationTokenEndpoint Property |
The endpoint for obtaining OAuth tokens. This value can be obtained from the Mobile Backend's Settings in the UI.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Uri TokenEndpoint { get; set; }Public Property TokenEndpoint As Uri
Get
Set
public:
property Uri^ TokenEndpoint {
Uri^ get ();
void set (Uri^ value);
}member TokenEndpoint : Uri with get, set
Property Value
Type:
Uri
See Also