Parameters
Returns
Show properties
Show properties
Show properties
Show properties
Show properties
Show properties
Show properties
Show properties
let params = CryptoWalletsAuthenticateParameters(
cryptoWalletAddress: "0xABC123...",
cryptoWalletType: "ethereum",
sessionDurationMinutes: 30
)
let response = try await StytchConsumer.crypto.authenticate(params) { challenge in
return myWallet.signMessage(challenge)
}