Type Alias AccountSettingsChangeErqcRequest
AccountSettingsChangeErqcRequest: {
active: boolean;
auth_endpoint?: string | null;
client_cert?: string | null;
client_id?: string | null;
client_key?: string | null;
client_secret?: string | null;
endpoint: string;
headers?: object | null;
}
Type declaration
active: boolean
Optionalauth_endpoint?: string | null
Optionalclient_cert?: string | null
Optionalclient_id?: string | null
Optionalclient_key?: string | null
Optionalclient_secret?: string | null
endpoint: string
Optionalheaders?: object | null