Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 8bc0f19

Browse files
author
Mattia Panzeri
authored
Merge pull request #1 from react-keycloak/feature/LoginExtraParams
feat: Login Extra Params
2 parents 49f0878 + 07084d4 commit 8bc0f19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/types.ts

+5
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ export interface KeycloakLoginOptions {
231231
* of the OIDC 1.0 specification.
232232
*/
233233
locale?: string;
234+
235+
/**
236+
* Extra params to pass on login
237+
*/
238+
[k: string]: unknown;
234239
}
235240

236241
export interface KeycloakLogoutOptions {

0 commit comments

Comments
 (0)