authentication
Get user by user name
post/auth/provider/{provider}/login
Path parameters
providerstring required
The authentication session provider identifier
Response
successful operation
Example response
{
"username": "George Abitbol"
}Changes
Changed in 2 of the 2 revisions of this API.2
- ○
removed response discriminator for the response status
response-body-discriminator-removed
- ○
- ○
added response discriminator for the response status
response-body-discriminator-added
- ○