UNPKG

@getcronit/pylon

Version:

![Pylon cover](https://github.com/user-attachments/assets/c28e49b2-5672-4849-826e-8b2eab0360cc)

8 lines (7 loc) 181 B
import * as openid from 'openid-client'; export type AuthState = { user?: openid.UserInfoResponse & { roles: string[]; }; openidConfig: openid.Configuration; };