DID

Login

function login(string $walletAddress, string $privateKey, string $developerKey)

Parameters:

NameTypeDescriptionRequired

walletAddress

string

user wallet address

true

privateKey

string

account private key

true

developerKey

string

developer key

true

Returns:

NameTypeDescriptionRequired

access_token

string

access token

true

Last updated