Create User Action Signature Challenge
Last updated
Last updated
POST /auth/action/init
Starts a user action signing session, returning a challenge that will be used to verify the user's intent to perform an action.
Auth:Action:Sign
Always Required
userActionPayload
*
String
The JSON encoded body of the request that is being signed
userActionHttpMethod
*
String
The HTTP method that will be used to make the request that is being signed. Can be one of the following:
POST
PUT
DELETE
GET
userActionHttpPath
*
String
The path of the request that is being signed
userActionServerKind
String
Optional
indicator of which Dfns service being called. Currently, this can only be Api
Success - an object containing the user's authentication options
Format:
See for common errors.
See for user action signing specific errors.