Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface UpdateCredentialRequestData

    interface UpdateCredentialRequestData {
        id: string;
        updateCredentialPasswordRequestBody: CredentialPassword;
        username: string;
    }
    Index

    Properties

    id: string

    The ID of the credential list entry.

    updateCredentialPasswordRequestBody: CredentialPassword

    The body containing the Credential details to update

    username: string

    The username of the credential.