Axinom Mosaic Libraries
    Preparing search index...

    Enumeration TokenRenewalMethod

    Index

    Enumeration Members

    Enumeration Members

    ON_DEMAND: 1

    The token is renewed only if needed upon calling getToken method.

    PRE_EMPTIVE: 0

    The token is continuously renewed just before expiry. A TokenChangedCallback can be registered using addTokenChangedHandler method to get notified when the token changes.