A _______ is a data structure that contains information about a user's permissions in an authorization system.
- Token
- Cookie
- Session
- JWT
The correct option is JWT. JWT (JSON Web Token) is a compact, URL-safe means of representing claims to be transferred between two parties, typically used for authentication and authorization purposes.
Loading...
Related Quiz
- How would you optimize the performance of Go code that frequently interacts with a database?
- In Go, the _____ function is used to declare that a test case should be run in parallel with others.
- Which package in Go is commonly used to create an HTTP server?
- How do you pass a pointer to a function in Go?
- In Go, what is the primary return type when a function can return an error?