Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

type VerifyEmailOTPResult = {
  user: User;
  message: string;
  isNewUser: boolean;
};
Result of verifyEmailOTP.

Properties

PropertyTypeDescription
userUserThe successfully logged-in user.
messagestringThe message to display to the user.
isNewUserbooleanWhether the user is newly signed up.