diff --git a/Sources/OAuthKit/OAuthKit.docc/Extensions/GrantType.md b/Sources/OAuthKit/OAuthKit.docc/Extensions/GrantType.md index 14004e5..507ba5f 100644 --- a/Sources/OAuthKit/OAuthKit.docc/Extensions/GrantType.md +++ b/Sources/OAuthKit/OAuthKit.docc/Extensions/GrantType.md @@ -10,11 +10,11 @@ ## Overview 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: -- [Authorization Code](authorizationCode(_:)) -- [Client Credentials](clientCredentials) -- [Device Code](deviceCode) -- [Proof Key for Code Exchange (PKCE)](pkce(_:)) -- [Refresh Token](refreshToken) +- [Authorization Code](#Enumeration-Cases) +- [Client Credentials](#Enumeration-Cases) +- [Device Code](#Enumeration-Cases) +- [Proof Key for Code Exchange (PKCE)](#Enumeration-Cases) +- [Refresh Token](#Enumeration-Cases) > Important: For apps that don't have access to a web browser (like tvOS or watchOS), you'll need to start