Yolo App login page

Authorization process done!

← go back to main page

Authorization Status


        

State

The process should also return the state provided.

        

Access Token

The access token is generated by the Authentication server and send back to the client via the resource's owner user-agent

Access tokens live a short time (about 10 min to 1 hour)

For us, it is a JWT:


            

Which once decoded is:


            

Using the API

API Call

API URL: Nothing yet.

Make an API call with the access token

API URL: Nothing yet.

Nothing yet.