Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 2.02 KB

File metadata and controls

85 lines (43 loc) · 2.02 KB

ReactFire reference docs


ReactFire reference docs / SignInCheckOptionsClaimsObject

Interface: SignInCheckOptionsClaimsObject

Defined in: src/auth.tsx:77

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:25

Inherited from

SignInCheckOptionsBasic.idField


initialData?

optional initialData?: any

Defined in: src/index.ts:26

Inherited from

SignInCheckOptionsBasic.initialData


requiredClaims

requiredClaims: ParsedToken

Defined in: src/auth.tsx:78


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