Axinom Mosaic Libraries
    Preparing search index...

    Sign out response from User Service Auth API

    interface SignOutResponse {
        code: SignOutResponseCode;
        idpLogoutUrl?: string;
        message?: string;
    }
    Index

    Properties

    idpLogoutUrl?: string
    message?: string