accessTokenLifetime property
The lifetime of access tokens.
This will be encoded in each access token, and for incoming requests only the token's value will be used.
Defaults to 10 minutes.
Implementation
final Duration accessTokenLifetime;
The lifetime of access tokens.
This will be encoded in each access token, and for incoming requests only the token's value will be used.
Defaults to 10 minutes.
final Duration accessTokenLifetime;