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 LinkAuthMethod = {
  isLinked: boolean;
  method: AuthMethod;
  userAlias: string;
};
Representation of auth method

See

Properties

PropertyTypeDescription
isLinkedbooleanWhether the user has this auth method linked to their account
methodAuthMethodThe auth method
userAliasstringThe user’s identifier for this auth method (i.e. email address, phone number, etc.)