OryCardAuthMethodListItemProps
type OryCardAuthMethodListItemProps = {
disabled?: boolean
group: string
onClick: () => void
}
Props for the AuthMethodListItem component. This component is used to render a single auth method in the AuthMethodList component.
Properties
disabled?
optional disabled: boolean;
group
group: string
onClick()
onClick: () => void;
Returns
void
