UNPKG

@okta/okta-auth-js

Version:
9 lines (8 loc) 269 B
import { FlowIdentifier } from './FlowIdentifier'; import type { RemediationFlow } from '../flow/RemediationFlow'; export interface FlowSpecification { flow: FlowIdentifier; remediators: RemediationFlow; actions?: string[]; withCredentials?: boolean; }