MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / SignInCheckOptionsBasic

Interface SignInCheckOptionsBasic

src/auth.tsx:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 };
72
73export interface SignInCheckOptionsBasic extends ReactFireOptions<SigninCheckResult> {
74 forceRefresh?: boolean;
75}
76
77export interface SignInCheckOptionsClaimsObject extends SignInCheckOptionsBasic {
78 requiredClaims: Claims;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected