Skip to main content
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.)