Skip to content

Commit 1dff9f7

Browse files
George Ciltarugciltaru
authored andcommitted
Code review: fix typo and rephrase
1 parent 9056c61 commit 1dff9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/guides/secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Secrets
44

55
# Exchanging Secret credentials
66

7-
There are 5 types of secrets, `oauth2-client_credentials`, `oauth2-jwt`, `oauth2-google`, `simple-http`, and `token`. The `credentials` object for each type has different required attributes.
7+
The available secret types are: `oauth2-client_credentials`, `oauth2-jwt`, `oauth2-google`, `simple-http`, and `token`. The `credentials` object for each type has different required attributes.
88

99
## `oauth2-client_credentials` credentials
1010

@@ -41,7 +41,7 @@ In case of failure, the information is available in the `status_details` attribu
4141
- `ttl` - Integer - Required - The JWT ttl. The `exp` claim is computed using this value.
4242
- `alg` - Text - Required - The algorithm used to sign the JWT. Currently, only `RS256` is supported.
4343
- `custom_claims` - Object - Optional - Key/Value pairs of JWT custom claims.
44-
- `token_url` - Text - Optional - The token url of the oauth2 integration. If this value is not included, the JWT will ve used as `access_token`.
44+
- `token_url` - Text - Optional - The token url of the oauth2 integration. If this value is not included, the JWT will be used as `access_token`.
4545
- `private_key_id` - Text - Optional - The private key id. This value will be added to the `kid` JWT header.
4646
- `private_key` - Text - Required - The private key used to sign to JWT.
4747
- `refresh_offset` - Integer - Optional - The value, in seconds, used to offset the refresh operation. If not set, an implicit `1800` (30 minutes) will be used.

0 commit comments

Comments
 (0)