Skip to content

Commit 2095702

Browse files
Omitting Key Concepts Section
1 parent 787c369 commit 2095702

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/AccessTokenForConnection.md

-6
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,3 @@ def call_third_party_api(access_token):
163163
python server.py
164164
```
165165

166-
## Key Concepts
167-
1. **Federated Connection**: An Auth0 feature that allows your application to obtain access tokens for third-party services through Auth0.
168-
2. **Token Exchange**: The process of exchanging a refresh token for a service-specific access token.
169-
3. **Offline Access**: Requesting permission to refresh tokens even when the user is not present.
170-
4. **Connections**: Auth0's term for different identity providers or authentication methods (google-oauth2, github, etc.).
171-

0 commit comments

Comments
 (0)