Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 1.99 KB

File metadata and controls

85 lines (43 loc) · 1.99 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:29

Inherited from

SignInCheckOptionsBasic.idField


initialData?

optional initialData: any

Defined in: src/index.ts:30

Inherited from

SignInCheckOptionsBasic.initialData


requiredClaims

requiredClaims: ParsedToken

Defined in: src/auth.tsx:78


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