Type alias CreateUserRecoveryChallengeInput

CreateUserRecoveryChallengeInput: {
    credentialId: string;
    orgId: EntityId;
    username: string;
    verificationCode: string;
}

Type declaration

  • credentialId: string
  • orgId: EntityId
  • username: string
  • verificationCode: string

Generated using TypeDoc