-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(auth): list rights for OAuth consumer
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
CleverCloud provider allow you to interact with CleverCloud platform. | ||
|
||
## Dedicated OAuth consumer | ||
|
||
If you want to use a dedicated OAuth consumer and the acording user tokens, | ||
be sure the next rights are granted | ||
|
||
``` | ||
# EN | ||
Access my personal information | ||
Access my organizations | ||
Manage my organizations | ||
Manage my organizations's applications | ||
Manage my organizations's add-ons | ||
# FR | ||
Accéder à mes informations personnelles | ||
Accéder à mes organisations | ||
Gérer mes organisations | ||
Gérer les applications de mes organisations | ||
Gérer les add-ons de mes organisations | ||
``` |