Sanitisation Level DATA
data
data: {
claimsSource: undefined | "idToken" | "userInfo";
claimsToPersist: undefined;
claimsToSync: undefined;
clientId: string;
clientSecret: undefined;
forwardedRequestParameters: undefined;
id: string;
redirectUrl: undefined;
scope: undefined;
staticRequestParameters: undefined;
tokenEndpointAuthMethod: "client_secret_basic" | "client_secret_post";
url: undefined;
}
Type declaration
claimsSource: undefined | "idToken" | "userInfo"
claimsToPersist: undefined
claimsToSync: undefined
clientId: string
clientSecret: undefined
forwardedRequestParameters: undefined
id: string
redirectUrl: undefined
scope: undefined
staticRequestParameters: undefined
tokenEndpointAuthMethod: "client_secret_basic" | "client_secret_post"
url: undefined