Auth
Auth Password Create
Given the requesting account does not have a password authentication, add a password authentication method to it with the given password.
Auth Email Verify POST
Verify an email address using a token that was emailed to one of the account's email addresses either set via sign up or added later.
Auth Password Reset POST
Complete a password-reset flow using a token that was provided to the member via a reset request operation such as `AuthEmailPasswordReset`.