lecture 5 Flashcards
what is api refer to ?
Application Programming Interface
we can only write api in one language ?
false we can write with any programing language
we need to pay to use partner api ?
yes because it is not an open api
Authentication and Authorization are the same ?
false authentication mean to check who is login in while authorization is to determine if a user can do or see certain data or information
Authentication check user ‘s premision to access data ?
false it is see who is accessing the site
which one live longer :
1- Refresh Token
2- Access Token
3- they live the same periods
1-Refresh Token
we use Refresh Token and Access Token in ?
1- Basic Authentication
2- Bearer Authentication
3- OAuth2 Authentication
4- api Token
3- OAuth2 Authentication