Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 2.07 KB

File metadata and controls

85 lines (43 loc) · 2.07 KB

ReactFire reference docs


ReactFire reference docs / SignInCheckOptionsClaimsValidator

Interface: SignInCheckOptionsClaimsValidator

Defined in: src/auth.tsx:100

Extends

Properties

forceRefresh?

optional forceRefresh?: boolean

Defined in: src/auth.tsx:86

Inherited from

SignInCheckOptionsBasic.forceRefresh


idField?

optional idField?: string

Defined in: src/index.ts:25

Inherited from

SignInCheckOptionsBasic.idField


initialData?

optional initialData?: any

Defined in: src/index.ts:26

Inherited from

SignInCheckOptionsBasic.initialData


startWithValue?

optional startWithValue?: any

Defined in: src/index.ts:30

Deprecated

use initialData instead

Inherited from

SignInCheckOptionsBasic.startWithValue


suspense?

optional suspense?: boolean

Defined in: src/index.ts:31

Inherited from

SignInCheckOptionsBasic.suspense


validateCustomClaims

validateCustomClaims: ClaimsValidator

Defined in: src/auth.tsx:101