Skip to Content
APIPlanning Center People TSSrcInterfacesInterface: TrustResult

planning-center-monorepo v1.0.0


planning-center-monorepo / planning-center-people-ts/src / TrustResult

Interface: TrustResult

Defined in: packages/planning-center-people-ts/src/helpers.ts:360 

Result of trust calculation for a person ID

Properties

shouldTrust

shouldTrust: boolean

Defined in: packages/planning-center-people-ts/src/helpers.ts:362 

Whether the person ID should be trusted without verification


age

age: number

Defined in: packages/planning-center-people-ts/src/helpers.ts:364 

Age of the person ID in milliseconds (null if no timestamp)


reason

reason: string

Defined in: packages/planning-center-people-ts/src/helpers.ts:366 

Human-readable reason for the trust decision