Skip to content

Commit

Permalink
OAuth2 token templates now have notification for expired token turned…
Browse files Browse the repository at this point in the history
… off by default.
  • Loading branch information
jepf committed Mar 21, 2023
1 parent 673a385 commit c0be0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
expires_in: TokenExpirationDate
Scope: https://mail.google.com/
Notifications:
NotifyOnExpiredToken: 1
NotifyOnExpiredToken: 0
NotifyOnExpiredRefreshToken: 1
Name: Google Mail

Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
refresh_token: RefreshToken
Scope: https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/POP.AccessAsUser.All https://outlook.office.com/SMTP.Send offline_access
Notifications:
NotifyOnExpiredToken: 1
NotifyOnExpiredToken: 0
NotifyOnExpiredRefreshToken: 1
Name: Microsoft Exchange Online

0 comments on commit c0be0aa

Please sign in to comment.