AuthorizationLogoutAsync Method |
Logs out the current user and clears cached credentials and tokens.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic virtual Task LogoutAsync()
Public Overridable Function LogoutAsync As Task
public:
virtual Task^ LogoutAsync()
abstract LogoutAsync : unit -> Task
override LogoutAsync : unit -> Task
Return Value
Type:
TaskAn awaitable object.
See Also