| 40 | } |
| 41 | |
| 42 | export interface AuthCheckProps { |
| 43 | fallback: React.ReactNode; |
| 44 | children: React.ReactNode; |
| 45 | requiredClaims?: Object; |
| 46 | } |
| 47 | |
| 48 | export interface ClaimsCheckProps { |
| 49 | user: User; |
nothing calls this directly
no outgoing calls
no test coverage detected