AuthorizationIsAuthorized Property |
Returns true if a user has been authorized, false otherwise. A user can be authorized by calling 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 bool IsAuthorized { get; }
Public ReadOnly Property IsAuthorized As Boolean
Get
public:
property bool IsAuthorized {
bool get ();
}
member IsAuthorized : bool with get
Property Value
Type:
Boolean
See Also