Client ID |
is a public identifier for apps. Even though it’s public, it’s best that it isn’t guessable by third parties, so many implementations use something like a 32-character hex string. |
Client Secret |
is a secret known only to the application and the authorization server. |
Authentication Endpoint |
Use the authentication endpoint to specify an endpoint that is called to obtain an access token which can then be used in the subsequent password update callouts. |
Access Token Endpoint |
A token endpoint is an HTTP endpoint that micropub clients can use to obtain an access token given an authorization code. |
API Endpoint |
is one end of a communication channel. When an API interacts with another system, the touchpoints of this communication are considered endpoints. For APIs, an endpoint can include a URL of a server or service. |
Authorization Code |
is an alphanumeric password that authorizes its user to purchase, sell or transfer items, or to enter information into a security-protected space. |
Access Token |
are the thing that applications use to make API requests on behalf of a user. The access token represents the authorization of a specific application to access specific parts of a user’s data. |