Skip to main content
The props for the LinkAuthItem component.

See

LinkAuthItem

Properties

PropertyTypeDescription
authMethodAuthMethodA user-readable label for the auth method
isLinkedbooleanWhether the auth method is linked to the current user’s account
isPending?booleanWhether the auth method linking is pending
icon?ReactNodeAn icon to display
labelstringA label for the auth method
userAlias?stringThe user alias for the auth method (i.e. email address, phone number, etc.)
onLinkMouseEventHandler<HTMLButtonElement>A function to call when the auth method is linked.