Skip to content

Commit

Permalink
Add ews as a provider (#578)
Browse files Browse the repository at this point in the history
Since we support EWS as a provider for Custom Auth and Hosted Auth adding this value to our Provider type
  • Loading branch information
kraju3 authored Sep 25, 2024
1 parent 305e705 commit f01250d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export type Provider =
| 'imap'
| 'microsoft'
| 'icloud'
| 'virtual-calendar';
| 'virtual-calendar'
| 'ews';

/**
* Configuration for generating a URL for OAuth 2.0 authentication.
Expand Down

0 comments on commit f01250d

Please sign in to comment.