Axinom Mosaic Libraries
    Preparing search index...

    IDP Configuration response from User Service Auth API

    interface IdpConfigurationResponse {
        applicationId?: string;
        availableIdentityProviders?: IdpConfiguration[];
        code: IdpConfigurationResponseCode;
        environmentId?: string;
        message?: string;
        tenantId?: string;
    }
    Index

    Properties

    applicationId?: string
    availableIdentityProviders?: IdpConfiguration[]
    environmentId?: string
    message?: string
    tenantId?: string