Member Junction
    Preparing search index...

    Result from token refresh operation

    interface TokenRefreshResult {
        errorMessage?: string;
        requiresReauthorization: boolean;
        success: boolean;
        tokens?: OAuthTokenSet;
    }
    Index

    Properties

    errorMessage?: string

    Error message if failed

    requiresReauthorization: boolean

    Whether re-authorization is required

    success: boolean

    Whether refresh succeeded

    tokens?: OAuthTokenSet

    New token set if successful