Get Access Token after MFA request
This API will accept username and password along with a passcode generated via a authenticator application and generate a Access token
Request body
This is the type of authentication request being made. 'mfa' would be needed in the second request with MFA passcode.
This is the client_id provided to the developer for accessing the api. Will match with the client_secret
This is the client_secret provided to the developer for accessing the api. Will match with the client_id
This is the username and logic for the user. This may look like a uid (user@domain) or could be something else if setup diffferent including a email address potentially.
This is the password for the user requesting access.
This value will be provided in response to a auth request if MFA is needed. Move value from that token to this request. Likely will be 'authenticator'
This value will be provided in response to a auth request if MFA is needed. Move value from that token to this request. Likely will be 'google'
Will likely be subscriber as the value here to defierentiate between authenticator for api/portal and mfa with admin ui
This will be the 6 digit numberic passcode provided by a
This will be the access_token or jwt that was given with the scope of mfa_required