Axinom Mosaic Libraries
    Preparing search index...

    Interface SignInWithCredentialsEndpointResponse

    Represents the response for the request to retrieve SignInWithCredentials endpoints.

    interface SignInWithCredentialsEndpointResponse {
        authEndpoint?: string;
        code: "SUCCESS" | "ERROR";
        managementEndpoint?: string;
        message?: string;
    }
    Index

    Properties

    authEndpoint?: string
    code: "SUCCESS" | "ERROR"
    managementEndpoint?: string
    message?: string