Skip to content

Commit

Permalink
docs(): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Apr 4, 2021
1 parent 22fddd0 commit afd9ae6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ createApp(App).use(vueKeycloak, {

### Configuration

| Config | Type | Description |
| ----------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------- |
| initOptions | `Keycloak.KeycloakInitOptions` | `data` is the response that was provided by the server. |
| config | `string \| Keycloak.KeycloakConfig \| KeycloakConfigFactory \| KeycloakConfigAsyncFactory` | Keycloak configuration |
| Config | Type | Description |
| ----------- | ------------------------------------------------------------------------------------------ | ---------------------------------------- |
| initOptions | `Keycloak.KeycloakInitOptions` | `initOptions` is Keycloak init options. |
| config | `string \| Keycloak.KeycloakConfig \| KeycloakConfigFactory \| KeycloakConfigAsyncFactory` | `config` are the Keycloak configuration. |

Use the example below to generate dynamic Keycloak conifiguration.

Expand Down

0 comments on commit afd9ae6

Please sign in to comment.