authExpiredMarkerPrefix top-level constant

String const authExpiredMarkerPrefix

Marker used by UIs to detect an "auth session expired" provider error and offer a re-authorize button. The format is [[auth-expired:<id>]] and it is appended at the end of the formatted message.

Implementation

const authExpiredMarkerPrefix = '[[auth-expired:';