Sanitisation Level DATA
data
data: {
client_id: undefined | string;
code_challenge: undefined | string;
code_challenge_method: undefined | string;
redirect_uri: undefined | string;
response_type: undefined | string;
scope: undefined | string;
state: undefined | string;
}
Type declaration
client_id: undefined | string
code_challenge: undefined | string
code_challenge_method: undefined | string
redirect_uri: undefined | string
response_type: undefined | string
scope: undefined | string
state: undefined | string