expiresIn property

String? expiresIn
getter/setter pair

The duration for which this auth_token will be valid.

In a response's JSON format, the value is encoded as a string with the suffix "s" (indicating seconds), preceded by the number of seconds. Example: "604800s"

Implementation

core.String? expiresIn;