Variable HandleLoginParamsSchemaConst
HandleLoginParamsSchema: ZodObject<
{
client_id: ZodString;
iss: ZodString;
launchUrl: ZodUnion<readonly [ZodURL, ZodCustom<URL, URL>]>;
login_hint: ZodString;
lti_deployment_id: ZodString;
lti_message_hint: ZodOptional<ZodString>;
target_link_uri: ZodURL;
},
$strip,
> = ...
Schema for handleLogin method parameters - extends LTI13LoginSchema with the additional launchUrl parameter needed for method calls