expirationSeconds property

int? expirationSeconds
final

ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response.

Implementation

final int? expirationSeconds;