Skip to main content

OryCardAuthMethodListItemProps

type OryCardAuthMethodListItemProps = {
group: string
onClick: () => void
title?: {
id: string
values?: Record<string, string>
}
}

Props for the AuthMethodListItem component. This component is used to render a single auth method in the AuthMethodList component.

Properties

group

group: string

onClick()

onClick: () => void;

Returns

void


title?

optional title: {
id: string;
values?: Record<string, string>;
};
NameType
idstring
values?Record<string, string>