MonoCloud Management SDK
    Preparing search index...

    Enumeration RefreshTokenExpirationTypes

    The refresh tokens expiration type.

    Index

    Enumeration Members

    Enumeration Members

    Absolute: "absolute"

    Refresh tokens expire at a fixed point in time, based on the configured absolute refresh token lifetime — regardless of usage.

    Sliding: "sliding"

    Refresh tokens use a sliding expiration model. Each successful refresh extends the token lifetime (up to the configured absolute refresh token lifetime).