| 71 | }; |
| 72 | |
| 73 | export interface SignInCheckOptionsBasic extends ReactFireOptions<SigninCheckResult> { |
| 74 | forceRefresh?: boolean; |
| 75 | } |
| 76 | |
| 77 | export interface SignInCheckOptionsClaimsObject extends SignInCheckOptionsBasic { |
| 78 | requiredClaims: Claims; |
nothing calls this directly
no outgoing calls
no test coverage detected