The well-known endpoint (.well-known/openid-configuration) that provides OpenID Connect configuration metadata, including all available endpoints and supported features.
LINE issuer URL
https://access.line.me
A unique identifier URL that identifies the OAuth/OIDC provider and is used to validate tokens
LINE authorization endpoint
https://access.line.me/oauth2/v2.1/authorize
The endpoint to redirect users to in order to grant your application access to their account.
LINE token endpoint
https://api.line.me/oauth2/v2.1/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.
LINE userinfo endpoint
https://api.line.me/oauth2/v2.1/userinfo
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.
LINE JWKS URI
https://api.line.me/oauth2/v2.1/certs
The URI that provides public keys for verifying JWT tokens. These keys are used to validate the authenticity of tokens issued by the authorization server.
LINE revocation endpoint
https://api.line.me/oauth2/v2.1/revoke
The endpoint used to invalidate access tokens or refresh tokens before their expiration time, typically used when a user logs out or revokes application access.