Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 2.4 KB

SignInCheckOptionsClaimsValidator.md

File metadata and controls

104 lines (55 loc) · 2.4 KB

ReactFire reference docs / SignInCheckOptionsClaimsValidator

Interface: SignInCheckOptionsClaimsValidator

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


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


validateCustomClaims

validateCustomClaims: ClaimsValidator

Defined in

src/auth.tsx:89