expiresInSeconds property

int? expiresInSeconds
getter/setter pair

Optional parameter to specify the life duration of the sign in token in seconds. By default, the duration is 30 days.

Minimum value: 1

Implementation

int? expiresInSeconds;