* The access token that libmongocrypt expects for Azure kms.
| 12 | * The access token that libmongocrypt expects for Azure kms. |
| 13 | */ |
| 14 | interface AccessToken { |
| 15 | accessToken: string; |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * The response from the azure idms endpoint, including the `expiresOnTimestamp`. |
nothing calls this directly
no outgoing calls
no test coverage detected