Skip to content

Commit

Permalink
Update OCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 8, 2024
1 parent 9bef727 commit fb3bda3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions OCP/Authentication/Token/IToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ interface IToken extends JsonSerializable {
*/
public const REMEMBER = 1;

/**
* @since 30.0.0
*/
public const SCOPE_FILESYSTEM = 'filesystem';
/**
* @since 30.0.0
*/
public const SCOPE_SKIP_PASSWORD_VALIDATION = 'password-unconfirmable';

/**
* Get the token ID
* @since 28.0.0
Expand Down

0 comments on commit fb3bda3

Please sign in to comment.