Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/LoginResponseType"

Index

Type aliases

Type aliases

LoginResponseType

LoginResponseType: { isPassCodeEnabled?: undefined | false | true; locale?: undefined | string; redirectUrl?: undefined | string; sessionId?: undefined | string; status: number; statusText: string }

Type declaration

  • Optional isPassCodeEnabled?: undefined | false | true
  • Optional locale?: undefined | string
  • Optional redirectUrl?: undefined | string
  • Optional sessionId?: undefined | string
  • status: number
  • statusText: string

Generated using TypeDoc