The origin from which the signing request is made
Generate a wallet signature to use as an auth method
Optional options: EthWalletAuthenticateOptionsGet auth method id that can be used to look up and interact with PKPs associated with the given auth method
Auth method object
Static authStatic authenticateGenerate a wallet signature to use as an auth method
EthWalletProvider
const authMethod = await EthWalletProvider.authenticate({
signer: wallet,
litNodeClient: client,
});
Optional address?: stringAddress to sign with
Optional chain?: stringName of chain to use for signature
Optional domain?: stringOptional expiration?: stringWhen the auth signature expires
Optional origin?: stringGenerated using TypeDoc
The domain from which the signing request is made