tokenLimit property

int tokenLimit
final

The number of tokens and authorization codes a user can have at a time.

Once this limit is passed, older tokens and authorization codes are revoked automatically.

Implementation

final int tokenLimit;