accessTokenLifetime property

Duration accessTokenLifetime
final

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;