Skip to content
Merged
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 Sources/OAuthKit/OAuthKit.docc/Extensions/GrantType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down