Type alias authenticateCustomerBodyType
authenticateCustomerBodyType: { channel_id: string; client_id?: string; code_challenge?: string; redirect_uri: string; response_type?: ResponseType; scope?: string; state?: string; usid?: string; }
Type declaration
-
channel_id: string
-
Optional
client_id?: string
-
Optional
code_challenge?: string
-
redirect_uri: string
-
Optional
response_type?: ResponseType
-
Optional
scope?: string
-
Optional
state?: string
-
Optional
usid?: string