Sanitisation Level DATA
data
data: {
credentials: string[];
request_parameters: undefined | {
login_hint: undefined | string;
prompt: undefined | string;
};
}
Type declaration
credentials: string[]
request_parameters: undefined | {
login_hint: undefined | string;
prompt: undefined | string;
}