Skip to content

Commit a351dcf

Browse files
committed
restored square brackets
1 parent 78a0d03 commit a351dcf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ For comprehensive information about the OAuth specification, refer to the offici
2323
### Keywords
2424

2525
The supported keywords that can be dynamically inserted into URLs, headers, and query parameters within your custom keyring type configuration.
26-
- `ACCESS_TOKEN`: The access token obtained during the OAuth flow.
27-
- `REFRESH_TOKEN`: The refresh token obtained during the OAuth flow.
28-
- `CLIENT_ID`: The client ID obtained from the OAuth client credentials.
29-
- `CLIENT_SECRET`: The client secret obtained from the OAuth client credentials.
30-
- `SCOPE`: The scope of the OAuth flow.
31-
- `API_KEY`: The API key obtained from the basic flow.
26+
- `[ACCESS_TOKEN]`: The access token obtained during the OAuth flow.
27+
- `[REFRESH_TOKEN]`: The refresh token obtained during the OAuth flow.
28+
- `[CLIENT_ID]`: The client ID obtained from the OAuth client credentials.
29+
- `[CLIENT_SECRET]`: The client secret obtained from the OAuth client credentials.
30+
- `[SCOPE]`: The scope of the OAuth flow.
31+
- `[API_KEY]`: The API key obtained from the basic flow.
3232

3333
### Syntax
3434

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ keyring_types:
130130

131131
The supported keywords that can be dynamically inserted into URLs, headers, and query parameters within your custom keyring type configuration.
132132

133-
- `API_KEY`: The API key obtained from the secret configuration.
134-
- `SUBDOMAIN`: The subdomain obtained from the secret configuration.
135-
- `FIELD_ID`: The field ID obtained from the secret configuration.
133+
- `[API_KEY]`: The API key obtained from the secret configuration.
134+
- `[SUBDOMAIN]`: The subdomain obtained from the secret configuration.
135+
- `[FIELD_ID]`: The field ID obtained from the secret configuration.
136136

137137
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)