Skip to content

Commit

Permalink
Change source code block to ditaa block
Browse files Browse the repository at this point in the history
This ensures that, if support is available, that the Ascii art will be rendered
as an image. If support is not available, then the original Ascii art will be
rendered normally.
  • Loading branch information
settermjd authored and mmattel committed May 4, 2020
1 parent 8e46190 commit 8628550
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The OAuth 2.0 authorization framework enables a third-party application to obtai

Here is an overview of how the process works:

[source]
[ditaa, "OAuth2 workflow diagram"]
----
+----------+
| Resource |
Expand All @@ -33,17 +33,17 @@ Here is an overview of how the process works:
| User- | | Authorization |
| Agent -+----(B)-- User authenticates --->| Server |
| | | |
| -+----(C)-- Authorization Code ---<| |
| -+<---(C)-- Authorization Code ----| |
+-|----|---+ +---------------+
| | ^ v
^ | ^ |
(A) (C) | |
| | | |
^ v | |
| v | |
+---------+ | |
| |>---(D)-- Authorization Code ---------' |
| |----(D)-- Authorization Code ---------+ |
| Client | & Redirection URI |
| | |
| |<---(E)----- Access Token -------------------'
| |<---(E)----- Access Token -------------------+
+---------+ (w/ Optional Refresh Token)
----

Expand Down

0 comments on commit 8628550

Please sign in to comment.