authentication

Returns the JWT access token for the provided user login data if the login was successful. This is usually only called from an OAuth2 client!

post/authentication/login

Response

Successful Response

access_tokenstring required

Value of the JWT

access_token_expiresstring date-time required
refresh_tokenstring required

For obtaining a new access token

refresh_token_expiresstring date-time required
token_typestring required

Type of the Token

Changes

Changed in 2 of the 73 revisions of this API.323

  • 1af5a8046f2022See the full diff
    • the client_secret request property type/format changed from / to /password

      request-property-type-changed

    • the password request property type/format changed from string/ to string/password

      request-property-type-changed

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 53e769440a25121See the full diff
    • the client_secret request property type/format changed from /password to /

      request-property-type-changed

    • removed the optional property detail/items/ctx from the response with the 422 status

      response-optional-property-removed

    • removed the optional property detail/items/input from the response with the 422 status

      response-optional-property-removed

    • the password request property type/format was generalized from string/password to string/

      request-property-type-generalized

    This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog