keyExpiresIn property

String? keyExpiresIn
getter/setter pair

Duration, in milliseconds, of the consumer key that will be generated for the app.

The default value, -1, indicates an infinite validity period. Once set, the expiration can't be updated. json key: keyExpiresIn

Implementation

core.String? keyExpiresIn;