@dsb-norge/vue-keycloak-js
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@dsb-norge/vue-keycloak-js", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Nils Lien <nils.lien@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "A Keycloak plugin for Vue >= 2.x", |
@@ -110,2 +110,3 @@ vue-keycloak plugin | ||
|`onReady`|Function(keycloak)| | ||
|`onInitError`|Function(error)| | ||
@@ -227,2 +228,9 @@ ### config | ||
### onInitError | ||
This option is a callback function that is executed if Keycloak initialisation has failed. | ||
The callback function has one parameter, which is the error object returned by Keycloak. Note that this may be undefined | ||
even though an error has occurred, as Keycloak does not return an error object in every error case. | ||
## Examples | ||
@@ -229,0 +237,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
223467
4822
319