@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Type Alias UserAuthentication

    User signature container. It contains the signature of the request and the user credentials (authentication method, id and additional credential information).

    type UserAuthentication = {
        credentials: UserCredentials;
        signature: string;
    }
    Index

    Properties

    credentials: UserCredentials
    signature: string