validForInMinutes property

int? validForInMinutes
final

The length of time (in minutes) that the grant is valid. When the grant expires, at the end of this period, the user will no longer be able to use the credentials to log in. If they are logged in at the time, they will be automatically logged out.

Implementation

final int? validForInMinutes;