React component which is wrapper over provider of react context api. Responsible for instantiating keycloak and provide context value to consumers props - config json specific to UI application e.g. realm and clientId children - react component or html element which can have consumer to access context provided
React component which renders children if authenticated and error if unauthenticated
React component which renders Login button.
React component which renders Logout button.
React component which renders if user is authenticated and has specified realm role
React component
Generated using TypeDoc
Default state for AuthContextProvider