Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 2.04 KB

File metadata and controls

85 lines (43 loc) · 2.04 KB

ReactFire reference docs


ReactFire reference docs / SignInCheckOptionsClaimsValidator

Interface: SignInCheckOptionsClaimsValidator

Defined in: src/auth.tsx:88

Extends

Properties

forceRefresh?

optional forceRefresh: boolean

Defined in: src/auth.tsx:74

Inherited from

SignInCheckOptionsBasic.forceRefresh


idField?

optional idField: string

Defined in: src/index.ts:29

Inherited from

SignInCheckOptionsBasic.idField


initialData?

optional initialData: any

Defined in: src/index.ts:30

Inherited from

SignInCheckOptionsBasic.initialData


startWithValue?

optional startWithValue: any

Defined in: src/index.ts:34

Deprecated

use initialData instead

Inherited from

SignInCheckOptionsBasic.startWithValue


suspense?

optional suspense: boolean

Defined in: src/index.ts:35

Inherited from

SignInCheckOptionsBasic.suspense


validateCustomClaims

validateCustomClaims: ClaimsValidator

Defined in: src/auth.tsx:89