passwordless-client-js
passwordless-client-js copied to clipboard
Added stepup client method
Ticket
- Closes PAS-299
Description
This adds the stepup
client method for authenticating a user for a specific purpose or action.
Shape
Stepup
is an overload for the signin
method with the addition of the purpose to signinBegin
.
Checklist
I did the following to ensure that my changes were tested thoroughly:
- Tested the generated js file in the Passwordless dotnet sdk repo and used that instead of the cdn.
I did the following to ensure that my changes do not introduce security vulnerabilities: N/A