Main class for initializing the library.
const pa = new PlusAuthWeb("https://mytenant.plusauth.com")// access auth methods from `auth` propertypa.auth.signIn({ username: ..., password: ...})// access MFA methods from `mfa` propertypa.mfa.validateCode('code', 'sms')
Your PlusAuth tenant url. It must be a valid url.
Readonly
Generated using TypeDoc
Main class for initializing the library.
Example