1 / 5
The user must ___ access to their account.
-
-
-
-
A user grants access. Grant is the precise collocation in OAuth; the others do not fit. So grant access.
2 / 5
The client will ___ an authorization code for a token.
-
-
-
-
You exchange a code for a token. Exchange is the exact collocation; the others are informal. So exchange an authorization code.
3 / 5
The server will ___ an access token after authentication.
-
-
-
-
The server issues a token. Issue is the standard collocation; the others are vague. So issue an access token.
4 / 5
When a token expires, the client will ___ it silently.
-
-
-
-
You refresh a token. Refresh is the precise technical verb; the others do not fit. So refresh the token.
5 / 5
Administrators can ___ a token if it is compromised.
-
-
-
-
You revoke a token. Revoke is the exact collocation; the others are informal. So revoke a token.