simplelogin-client
    Preparing search index...

    Interface UserInfoPatch

    UserInfoPatch

    interface UserInfoPatch {
        name?: string;
        profilePicture?: string;
    }
    Index

    Properties

    name?: string

    New name of the user

    UserInfoPatch

    profilePicture?: string

    Image of the new profile picture encoded in base64. Set to null to remove current profile picture.

    UserInfoPatch