Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 2.5 KB

File metadata and controls

104 lines (55 loc) · 2.5 KB

ReactFire reference docs / auth / SignInCheckOptionsClaimsObject

Interface: SignInCheckOptionsClaimsObject

auth.SignInCheckOptionsClaimsObject

Hierarchy

Table of contents

Properties

Properties

forceRefresh

Optional forceRefresh: boolean

Inherited from

SignInCheckOptionsBasic.forceRefresh

Defined in

src/auth.tsx:81


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


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