@refinio/one.models
Preparing search index...
misc/ConnectionEstablishment/communicationServer/CommunicationServerProtocol
AuthenticationRequestMessage
Type Alias AuthenticationRequestMessage
Requests authentication from the client that is registering.
type
AuthenticationRequestMessage
=
{
challenge
:
HexString
;
command
:
"authentication_request"
;
publicKey
:
HexString
;
}
Index
Properties
challenge
command
public
Key
Properties
challenge
challenge
:
HexString
command
command
:
"authentication_request"
public
Key
publicKey
:
HexString
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
challenge
command
public
Key
@refinio/one.models
Loading...
Requests authentication from the client that is registering.