Tilgangstoken
Tilgangstoken, often translated as access token, is a credential used in authentication and authorization protocols, most notably OAuth 2.0. Its primary purpose is to grant a client application permission to access specific resources on behalf of a user without exposing the user's primary credentials, such as a username and password. When a user authorizes an application to access their data, the authorization server issues an access token to that application.
This token typically contains information about the client, the user, the scope of permissions granted, and
Access tokens are designed to be short-lived to minimize the security risk if a token is compromised.