Type alias logoutCustomerQueryParameters
 
logoutCustomerQueryParameters: { 
    channel_id?: string; 
    client_id: string; 
    hint?: "all-sessions"; 
    refresh_token: string; 
}
Type declaration
- 
Optional channel_id?: string
 
- 
client_id: string
 
- 
Optional hint?: "all-sessions"
 
- 
refresh_token: string