Click or drag to resize
AuthorizationLogoutAsync Method (Boolean)
Logs out the current 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 virtual Task LogoutAsync(
	bool clearCachedCredentials
)

Parameters

clearCachedCredentials
Type: SystemBoolean
Clears cached credentials and tokens if true.

Return Value

Type: Task
An awaitable object.
See Also