Axinom Mosaic Libraries
    Preparing search index...

    Represents the response for a User Sign Up request.

    interface UserSignUpResponse {
        code: UserSignUpResponseCode;
        idpUserId?: string;
        message?: string;
    }
    Index

    Properties

    idpUserId?: string
    message?: string