UNPKG

matterbridge-roborock-vacuum-plugin

Version:
7 lines 235 B
/** Context object passed to authentication strategies. */ export interface AuthContext { readonly username: string; readonly password: string; readonly verificationCode?: string; } //# sourceMappingURL=AuthContext.d.ts.map