Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions schema/adobe_oauth
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ adobe : "AdobeSign";
adobe alt client: "Obtain Token" {
---: New Token;
client => adobe: "Get authorization URL (+ redirect_url, + application_id)";
adobe >> client: "authoritation url";
adobe >> client: "authorization url";

client => adobe: "Call authoritation_url";
client => adobe: "Call authorization_url";
client alt adobe: "! Already logged in" {
client => adobe: "Login Process and Consent";
};
adobe >> client: "redirect_url (+ code)";

client => adobe: "Get Token (+ application id, + application secret, + code)";
adobe >> client: "acces_token + refresh_token";
adobe >> client: "access_token + refresh_token";

---: Refresh the Token;

client => adobe: "Refresh Token (+ redirect_url, + application_id, + application secret)";
adobe >> client: acces_token;
adobe >> client: access_token;
};

client box adobe: "Usage example";
client => adobe: "Post Agreement (+ access_token)";
adobe >> client: "agreement_id";
adobe >> client: "agreement_id";