UNPKG
react-routing-oidc
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
OIDC Client with React Routing
github.com/scor1on/react-oidc-routing
scor1on/react-oidc-routing
react-routing-oidc
/
dist
/
utils
/
authConst.d.ts
4 lines
(3 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
import
{
UserManagerSettings
,
OidcMetadata
}
from
'oidc-client'
;
export
declare
const
IDENTITY_CONFIG
:
UserManagerSettings
;
export
declare
const
METADATA_OIDC
:
Partial
<
OidcMetadata
>;