Blockchain

New member
What is Token?

In the current Internet or computer network technology, the word token or "token" is often heard. Have you ever thought about what a token?

For a long time, I have guessed from the token form that it should be something similar to a password, but a temporary password generated by the server or website for you. But the password is always accompanied by the account or user name. Without the account, the password is meaningless. Following this logic, it is inappropriate to think of tokens as passwords.

In the OAuth protocol, the Token Migration platform development is obtained after entering the username and password. With this token, you can have the permission to view or operate the corresponding resources. You have these permissions because the server knows who you are (authentication) and gave you later, so the token is actually a "representative" of you, or a "pass" that can fully represent you. From this concept, the translation of "token" is really "Xinyada"

main-qimg-4077394e8d8f4f5c71c89938ce828cab

what is a token request?

It's a computer expression: a token, an extraordinary edge that controls the station's ownership of the media, to recognize information outlines from other control outlines. The token is more well known and can be known as a mystery code. Before certain information transmission, the mystery code should be really taken a look from the get go. Different mystery codes are approved for various information tasks. Token-based verification technique

With the Token-based validation technique, there is compelling reason need to store the client's login record on the server. The surmised interaction is as per the following:

1. The client utilizes the username and secret word to demand a login

2. The server gets the request to confirm the username and secret key

3. After the check is effective, the server will give a Token, and send the Token to the client

4. After the client gets the Token, it can store it, like in Cookie or Local Storage

5. The client needs to bring the Token gave by the server each time it demands assets from the server

6. The server gets the solicitation, and afterward confirms the Token conveyed in the client demand. Assuming the confirmation is effective, it returns the mentioned information to the client

Request access token

  • Before you can use Amazon Device Messaging (ADM) to send messages to application occurrences, you should do the accompanying on the server side:
  • Gets and stores the enrollment ID of the application occurrence; see Integrating Your Application for additional subtleties .
  • Trade the OAuth client accreditations used to acquire the ongoing access token. This article will depict this cycle.
 
Top