Skip to content

Commit 8f1b0cf

Browse files
committed
Make notes in OAuth Workflow section into bulleted list
1 parent 45146ad commit 8f1b0cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ info:
6565

6666
### OAuth Workflow
6767

68-
The OAuth spec refers to the private and public workflows listed as the [authorization code flow](https://tools.ietf.org/html/rfc6749#section-1.3.1) and [implicit flow](https://tools.ietf.org/html/rfc6749#section-1.3.2).
69-
7068
The OAuth workflow is a series of exchanges between your third-party app and Linode. The workflow is used
7169
to authenticate a User before an application can start making API calls on the User's behalf.
7270

73-
Note: With respect to the diagram in [section 1.2 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-1.2), login.linode.com (referred to in this section as the *login server*)
71+
Notes:
72+
73+
- With respect to the diagram in [section 1.2 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-1.2), login.linode.com (referred to in this section as the *login server*)
7474
is the Resource Owner and the Authorization Server; api.linode.com (referred to here as the *api server*) is the Resource Server.
75-
The OAuth spec refers to the private and public workflows listed below as the [authorization code flow](https://tools.ietf.org/html/rfc6749#section-1.3.1) and [implicit flow](https://tools.ietf.org/html/rfc6749#section-1.3.2).
75+
- The OAuth spec refers to the private and public workflows listed below as the [authorization code flow](https://tools.ietf.org/html/rfc6749#section-1.3.1) and [implicit flow](https://tools.ietf.org/html/rfc6749#section-1.3.2).
7676

7777
| PRIVATE WORKFLOW | PUBLIC WORKFLOW |
7878
|------------------|------------------|

0 commit comments

Comments
 (0)