Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 2.33 KB

SignInCheckOptionsClaimsObject.md

File metadata and controls

104 lines (55 loc) · 2.33 KB

ReactFire reference docs / SignInCheckOptionsClaimsObject

Interface: SignInCheckOptionsClaimsObject

Hierarchy

Table of contents

Properties

Properties

forceRefresh

Optional forceRefresh: boolean

Inherited from

SignInCheckOptionsBasic.forceRefresh

Defined in

src/auth.tsx:74


idField

Optional idField: string

Inherited from

SignInCheckOptionsBasic.idField

Defined in

src/index.ts:25


initialData

Optional initialData: any

Inherited from

SignInCheckOptionsBasic.initialData

Defined in

src/index.ts:26


requiredClaims

requiredClaims: ParsedToken

Defined in

src/auth.tsx:78


startWithValue

Optional startWithValue: any

Deprecated

use initialData instead

Inherited from

SignInCheckOptionsBasic.startWithValue

Defined in

src/index.ts:30


suspense

Optional suspense: boolean

Inherited from

SignInCheckOptionsBasic.suspense

Defined in

src/index.ts:31