Type alias authorizeCustomerQueryParameters
 
authorizeCustomerQueryParameters: { 
    channel_id?: string; 
    client_id: string; 
    code_challenge?: string; 
    hint?: string; 
    redirect_uri: string; 
    response_type: "code"; 
    scope?: "openid" | "offline_access" | "email"; 
    state?: string; 
    ui_locales?: string; 
    usid?: string; 
}
Type declaration
- 
Optional channel_id?: string
 
- 
client_id: string
 
- 
Optional code_challenge?: string
 
- 
Optional hint?: string
 
- 
redirect_uri: string
 
- 
response_type: "code"
 
- 
Optional scope?: "openid" | "offline_access" | "email"
 
- 
Optional state?: string
 
- 
Optional ui_locales?: string
 
- 
Optional usid?: string