OIDCContainer._logout() method
Logout current session.
Signature:
_logout(options?: {
force?: boolean;
redirectURI?: string;
}): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | { force?: boolean; redirectURI?: string; } | Logout options |
Returns:
Promise<void>
Remarks
If force parameter is set to true, all potential errors (e.g. network error) would be ignored.
redirectURI will be used only for the first party app