Click or drag to resize
AuthorizationGetCurrentUserAsync Method
Returns the user resource associated with the logged in user.

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 Task<User> GetCurrentUserAsync()

Return Value

Type: TaskUser
The user resource.
See Also