Skip to content

Commit

Permalink
Add ews to AuthProvider enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Bair authored and Nick Bair committed Jul 19, 2024
1 parent 3ca6a84 commit 76fb367
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 76fb367

Please sign in to comment.