Class PlusAuthWeb

Main class for initializing the library.

Example

const pa = new PlusAuthWeb("https://mytenant.plusauth.com")

// access auth methods from `auth` property
pa.auth.signIn({ username: ..., password: ...})

// access MFA methods from `mfa` property
pa.mfa.validateCode('code', 'sms')

Hierarchy

  • PlusAuthWeb

Constructors

Properties

Constructors

Properties

Generated using TypeDoc