Access token |
This is an OAuth 2.0 term that refers to user-specific information which is used in place of an ID/password for an application to access a user's resources (information). The authorization server issues a temporary access token to an application, and the application can utilize the user's resources (data) by presenting the access token instead of the user's ID/password. |
---|
Application |
This refers to an application that requests authorization to the authorization server in OAuth 2.0 and requests a resource owner's data from the resource server. There are a wide range of applications, including services, running on a web server. • On this site, this term refers to all services that request authorization to the LG EMP server in order to obtain an access token and request data from the ThinQ platform using the access token. |
---|
Authorization Code Grant Type |
This is one of the various OAuth 2.0 authorization methods, a method to issue an access token with an authorization code. This method mainly applies to applications running on a web server, and works as follows:
|
---|
Authorization server |
This is an OAuth 2.0 term that refers to a server that confirms an application has been authorized by a resource owner and issues an access token to the application. |
---|