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>;
};
| Name | Type |
|---|---|
id | string |
values? | Record<string, string> |