Skip to content

Commit bba30cc

Browse files
authored
Documentation Theme (#114)
1 parent 70a88af commit bba30cc

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

Sources/OAuthKit/OAuthKit.docc/Extensions/GrantType.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
## Overview
1212
A GrantType is used to define how an application obtains an access token from an OAuth 2.0 server. OAuthKit supports all major OAuth 2.0 grant types:
13-
- [Authorization Code](``authorizationCode(_:)``)
14-
- [Client Credentials](``clientCredentials``)
15-
- [Device Code](``deviceCode``)
16-
- [Proof Key for Code Exchange (PKCE)](``pkce(_:)``)
17-
- [Refresh Token](``refreshToken``)
13+
- [Authorization Code](authorizationCode(_:))
14+
- [Client Credentials](clientCredentials)
15+
- [Device Code](deviceCode)
16+
- [Proof Key for Code Exchange (PKCE)](pkce(_:))
17+
- [Refresh Token](refreshToken)
1818

1919

2020
> Important: For apps that don't have access to a web browser (like tvOS or watchOS), you'll need to start
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"theme": {
3+
"aside": {
4+
"border-radius": "8px",
5+
"border-width": "3px"
6+
},
7+
"color": {
8+
"aside-tip-border": "rgb(106, 162, 148)",
9+
"aside-important-border": "rgb(244, 184, 66)"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)