AuthorizationAccessToken Property |
The access token returned by the service after a successful call to AuthenticateAsync() or AuthenticateAnonymousAsync().
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string AccessToken { get; }
Public ReadOnly Property AccessToken As String
Get
public:
property String^ AccessToken {
String^ get ();
}
member AccessToken : string with get
Property Value
Type:
String
See Also