Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Step<TData, TState>

Represents the authentication tree API payload schema.

Type parameters

  • TData

  • TState

Hierarchy

  • Step

Index

Properties

Optional authId

authId: string

Optional callbacks

callbacks: Callback[]

Optional code

code: number

Optional data

data: TData

Optional description

description: string

Optional detail

detail: StepDetail

Optional header

header: string

Optional message

message: string

Optional ok

ok: string

Optional realm

realm: string

Optional reason

reason: string

Optional stage

stage: string

state

state: TState

Optional status

status: number

Optional successUrl

successUrl: string

Optional tokenId

tokenId: string

type

type: StepType