Skip to main content

Authentification using token

Authenticate using HTTP Basic Auth. On requesting the service, a Bearer Token is returned, which is used as an authentication parameter for calling the following methods.

application/x-www-form-urlencoded

authentification using the HTTP Basic Auth. Use your application client_id as a user and a client_secret of your application as a password

Body

A text client_credentials should be always passed in this parameter.

Response

A token returned by the authorization server.

A token type (A text value bearer is being returned)

Not used.

A number of seconds during which a token is active.

The maximum time before a refresh token is expired and invalidated. It allows for the specification of a shorter timeout of refresh token than the session timeout.

If an access token or refresh token is compromised, access the Admin Console and push a not-before revocation policy to all applications. Pushing a not-before policy ensures that any tokens issued before that time become invalid.

A standard OAuth 2.0 authorization mechanism. A context in which a Token is valid.