expiredToken constant

String const expiredToken

The "device_code" has expired and the device flow authorization session has concluded. The client MAY commence a Device Authorization Request but SHOULD wait for user interaction before restarting to avoid unnecessary polling.

Implementation

static const String expiredToken = 'expired_token';