getData
getData: () => Promise<string>
Type declaration
- (): Promise<string>
Returns Promise<string>
getPauseBehavioralData
getPauseBehavioralData: (step: FRStep) => boolean
Type declaration
- (step: FRStep): boolean
Returns boolean
getProtectType
Type declaration
- (step: FRStep): ProtectType
- The type of step in the Protect flow
pauseBehavioralData
pauseBehavioralData: () => void
resumeBehavioralData
resumeBehavioralData: () => void
setNodeClientError
setNodeClientError: (step: FRStep, value: string) => void
Type declaration
- (step: FRStep, value: string): void
Parameters
- step: FRStep
- value: string
Returns void
setNodeInputValue
setNodeInputValue: (step: FRStep, value: string) => void
Type declaration
- (step: FRStep, value: string): void
Parameters
- step: FRStep
- value: string
Returns void
start
start: () => Promise<void>
Type declaration
- (): Promise<void>
Returns Promise<void>
Protect - Interface for methods to interact with the PingOne Signals SDK