Type alias TAccessPlatformClient

TAccessPlatformClient: {
    otpProviders: TOTPProviders;
    password: string;
    sessionStore: ISessionStore;
    username: string;
}

Type declaration

Generated using TypeDoc