Skip to content

Commit dd905cb

Browse files
updated config
1 parent 1ef5063 commit dd905cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

fern/docs/pages/references/keyrings/oauth_config.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ keyring_types:
9191
9292
**Supported keywords in keyring_type configuration**:
9393
The supported keywords that can be dynamically inserted into URLs, headers, and query parameters within your custom keyring type configuration.
94-
- **[ACCESS_TOKEN]**: The access token obtained during the OAuth flow.
95-
- **[REFRESH_TOKEN]**: The refresh token obtained during the OAuth flow.
96-
- **[CLIENT_ID]**: The client ID obtained from the OAuth client credentials.
97-
- **[CLIENT_SECRET]**: The client secret obtained from the OAuth client credentials.
98-
- **[SCOPE]**: The scope of the OAuth flow.
99-
- **[API_KEY]**: The API key obtained from the basic flow.
100-
</Callout>
94+
- **[ACCESS_TOKEN]**: The access token obtained during the OAuth flow.
95+
- **[REFRESH_TOKEN]**: The refresh token obtained during the OAuth flow.
96+
- **[CLIENT_ID]**: The client ID obtained from the OAuth client credentials.
97+
- **[CLIENT_SECRET]**: The client secret obtained from the OAuth client credentials.
98+
- **[SCOPE]**: The scope of the OAuth flow.
99+
- **[API_KEY]**: The API key obtained from the basic flow.
100+
</Callout>
101101
102102
For examples of how to use keyrings in your snap-in, refer to the [Keyring API documentation](https://github.com/devrev/snap-in-examples/tree/main/13-keyring-type).

0 commit comments

Comments
 (0)