diff --git a/.generator/okta-management-APIs-oasv3-noEnums-inheritance.yaml b/.generator/okta-management-APIs-oasv3-noEnums-inheritance.yaml index 8d030075..63d64037 100644 --- a/.generator/okta-management-APIs-oasv3-noEnums-inheritance.yaml +++ b/.generator/okta-management-APIs-oasv3-noEnums-inheritance.yaml @@ -28389,9 +28389,7 @@ components: type: integer profile: type: object - additionalProperties: - type: object - properties: {} + additionalProperties: true _embedded: type: object additionalProperties: @@ -32747,9 +32745,7 @@ components: properties: debugData: type: object - additionalProperties: - type: object - properties: {} + additionalProperties: true readOnly: true LogEvent: type: object diff --git a/README.md b/README.md index 738a6ae8..3535e1c8 100644 --- a/README.md +++ b/README.md @@ -934,7 +934,7 @@ When using a keypair, you won't need an API Token because the SDK will request an access token for you. In order to use OAuth 2.0, construct a client instance by passing the following parameters: -OAuth 2.0 flow is now support Dpop +OAuth 2.0 flow now supports [DPoP](https://developer.okta.com/docs/guides/dpop/main/) ```go ctx := context.TODO()