MobileBackendAuthorization Property |
Returns the Authorization object that provides authorization capabilities and access to user properties.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Authorization Authorization { get; }
Public ReadOnly Property Authorization As Authorization
Get
public:
virtual property Authorization^ Authorization {
Authorization^ get () sealed;
}
abstract Authorization : Authorization with get
override Authorization : Authorization with get
Property Value
Type:
AuthorizationImplements
IMobileBackendAuthorization
See Also