@shane_donnelly/dsi-internal-react-utils 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,8 +7,9 @@ import { KeycloakConfig, AuthUser } from './types';
|
|
|
7
7
|
*/
|
|
8
8
|
export declare function createKeycloakInstance(config: KeycloakConfig): Keycloak;
|
|
9
9
|
/**
|
|
10
|
-
* Initialise une instance Keycloak avec
|
|
11
|
-
*
|
|
10
|
+
* Initialise une instance Keycloak avec PKCE S256.
|
|
11
|
+
* Traite un éventuel callback d'authentification dans l'URL,
|
|
12
|
+
* mais ne déclenche aucune redirection automatique.
|
|
12
13
|
*
|
|
13
14
|
* @param keycloak - Instance Keycloak à initialiser
|
|
14
15
|
* @returns `true` si l'utilisateur est déjà authentifié
|