The authentication challenge used for said log-in
operation. This authentication challenge is added to
a transfer transaction message, which must be signed
with a dHealth Account.
Note that the value for this field must comply to
a set of rules as defined in the backend runtime.
A human-readable dApp identifier, e.g. "ELEVATE".
Note that this field will be slugified using the
Contract.dApp method before it is attached
to the transfer transaction message.
An optional referral code that is linked to another
end-user of the dApp. Referral codes permit the dApp to
keep track of new users invitations.
Note that the referral code is optional in the Auth
contract and may be omitted. If you require the presence
of this field, it is recommended to use the Referral
contract instead.
Generated using TypeDoc
AuthParameters
This interface defines the requirements for objects passed as inputs to Auth instances.
Use this interface whenever you are using the
Auth
contract.Following inputs apply to the Auth contract class:
dappIdentifier
string
challenge
string
refCode
string
Using the
AuthParameters
classOther links
Auth | Contract | Factory
v0.3.0