LoginHookParams: {
    nonce?: string;
    setIsLoading: ((isLoading) => void);
}

Type declaration

  • Optional nonce?: string

    The nonce is a string that is passed to the login page back from the backend as part of the LTI flow. It is used to associate the session in a short living authorization flow.

  • setIsLoading: ((isLoading) => void)
      • (isLoading): void
      • Parameters

        • isLoading: boolean

        Returns void

Generated using TypeDoc