@refinio/one.models
    Preparing search index...

    Requests authentication from the client that is registering.

    type AuthenticationRequestMessage = {
        challenge: HexString;
        command: "authentication_request";
        publicKey: HexString;
    }
    Index

    Properties

    challenge: HexString
    command: "authentication_request"
    publicKey: HexString