Login using an alternate pre-shared secret

Request
Request Body schema: application/json
sharedSecret
required
string
authenticator
required
string
Responses
200

OK

401

Unauthorized

post/user-service/v1/user/loginSharedSecret
Request samples
application/json
{
  • "sharedSecret": "string",
  • "authenticator": "string"
}
Response samples
application/json
"auth-token"