Axinom Mosaic Libraries
    Preparing search index...
    interface TokenResponse {
        code: TokenResponseCode;
        message?: string;
        nextTokenRenewalAt?: Date;
        userProfile?: UserProfile;
        userToken?: UserToken;
    }
    Index

    Properties

    message?: string
    nextTokenRenewalAt?: Date

    This will indicate the next automatic token renewal timestamp when the PRE_EMPTIVE token renewal method is configured on the UserServiceProvider.

    For ON_DEMAND token renewal method, this value can be dismissed.

    userProfile?: UserProfile
    userToken?: UserToken