Skip to content

Commit

Permalink
Add OAuth2 token creation event type (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Willer authored Feb 1, 2018
1 parent d6b3f6f commit 3a7b971
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/java/com/box/sdk/BoxEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,12 @@ public enum Type {
/**
* Folders were added to a group in the Admin console. This is an enterprise-only event.
*/
GROUP_ADD_ITEM;
GROUP_ADD_ITEM,

/**
* An OAuth2 access token was created for a user. This is an enterprise-only event.
*/
USER_AUTHENTICATE_OAUTH2_ACCESS_TOKEN_CREATE;

}
}

0 comments on commit 3a7b971

Please sign in to comment.