security
| Module | Step | Summary |
|---|---|---|
oauth2 |
security/oauth2/client_credentials |
Obtain a token as the client itself — the machine-to-machine grant. |
oauth2 |
security/oauth2/password |
Obtain a token on behalf of a resource owner by username and password. |
oauth2 |
security/oauth2/refresh_token |
Exchange a refresh token for a fresh access token. |