You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Nylas Java SDK Changelog
2
2
3
+
## [Unreleased]
4
+
5
+
### Added
6
+
* Multi-credential authentication support allowing multiple provider credentials per Connector
7
+
-`CreateCredentialRequest.Connector` class for creating connector credentials with `client_id`, `client_secret`, and optional extra properties like `tenant`
8
+
-`credentialId` field in `UrlForAuthenticationConfig` for hosted auth URL generation via `urlForOAuth2` and `urlForOAuth2PKCE`
9
+
-`credentialId` field in `CreateGrantRequest` for custom authentication
10
+
-`credentialId` field in `Grant` response model
11
+
-`activeCredentialId` field in `Connector` response model
12
+
-`activeCredentialId` field in `UpdateConnectorRequest` for setting the active credential on a Connector
13
+
* Enhanced `CredentialData.ConnectorOverride` to support optional `clientId` and `clientSecret` fields
14
+
15
+
### Deprecated
16
+
*`CreateCredentialRequest.Override` - Use `CreateCredentialRequest.Connector` instead
0 commit comments