@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbAuthSession

    interface UmbAuthSession {
        accessTokenExpiresAt: number;
        expiresAt: number;
    }
    Index

    Properties

    accessTokenExpiresAt: number

    When the access token expires (issuedAt + expiresIn). Used to decide when to refresh.

    expiresAt: number

    When the full session expires (issuedAt + expiresIn * MULTIPLIER). Used for timeout UI.