Skip to content

Commit

Permalink
Fix typos in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jan 15, 2021
1 parent 9a7cb7f commit 438a951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions V2_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ We will not provide support and will change these as required without any previo

- `setOIDCConformant(boolean enabled)` and `isOIDCConformant()` have been removed. The SDK now only supports OIDC-Conformant applications.
- `doNotSendTelemetry()` has been removed. There is no replacement.
- `setWriteTimeoutInSeconds(seconds)` and `getWriteTimeoutInSeconds(seconds) have been removed. There is no replacement; only connect and read timeouts can be configured.
- `setTLS12Enforced()` and `gisTLS12Enforced()` have been removed. The SDK now supports modern TLS by default.
- `setWriteTimeoutInSeconds(seconds)` and `getWriteTimeoutInSeconds(seconds)` have been removed. There is no replacement; only connect and read timeouts can be configured.
- `setTLS12Enforced()` and `isTLS12Enforced()` have been removed. The SDK now supports modern TLS by default.

#### `AuthenticationAPIClient` methods removed or changed

Expand Down

0 comments on commit 438a951

Please sign in to comment.