Click or drag to resize
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.Authorization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public bool IsAuthorized { get; }

Property Value

Type: Boolean
See Also