UNPKG

notbank

Version:
11 lines (10 loc) 219 B
export interface WebAuthenticateUserResponse { Authenticated: boolean; SessionToken: string; UserId: string; twoFAToken: string; Requires2FA: string; AuthType: string; errormsg: string; AddtlInfo: ""; }