expiresInSeconds property

String? expiresInSeconds
getter/setter pair

Expiration time, in seconds, for the consumer key.

If not set or left to the default value of -1, the API key never expires. The expiration time can't be updated after it is set.

Immutable.

Implementation

core.String? expiresInSeconds;