Unified Sign In
post/us-signin
Query parameters
include_auth_tokenstring
If set/sent, will return an Authentication Token for user
Request body
Example request
{
"identity": "me@you.com, +16505551212"
}Response
Unified Sign In response
Example response
{
"meta": {
"code": 200
},
"response": {
"tf_method": "webauthn"
}
}