Description
WHAT IS TOKEN?
A process can be defined as instance of program running in memory.
A thread is unit of execution of a process. a process can have any number of threads.
An access token describes the security context of a process or thread.
access token contains information about a user, user’s groups, user’s privileges, etc.