Skip to content

Commit

Permalink
Add ews to AuthProvider enum (#240)
Browse files Browse the repository at this point in the history
Add EWS to list of supported providers. This value is used for on-prem
exchange grants in v3.

# License
<!-- Your PR comment must contain the following line for us to merge the
PR. -->
I confirm that this contribution is made under the terms of the MIT
license and that I have the authority necessary to make this
contribution on behalf of its copyright owner.

Co-authored-by: Nick Bair <[email protected]>
  • Loading branch information
nickbair-nylas and Nick Bair authored Jul 25, 2024
1 parent 091c901 commit 4cc4200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/kotlin/com/nylas/models/AuthProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ enum class AuthProvider(val value: String) {

@Json(name = "icloud")
ICLOUD("icloud"),

@Json(name = "ews")
EWS("ews"),
}

0 comments on commit 4cc4200

Please sign in to comment.