signOut
Sign out the user.
Signature
declare function signOut(
context: CommercetoolsIntegrationContext
): Promise<void>;Parameters
| Name | Required | Type | Description |
|---|---|---|---|
context | Required | CommercetoolsIntegrationContext |
Returns
Returns a representation of the CustomerSignOutResponse.
Referenced Types
Examples
Sign out the user:
sdk.commerce.signOut();