Skip to main content

OryNodeSsoButtonProps

type OryNodeSsoButtonProps = {
attributes: UiNodeInputAttributes
node: UiNode
onClick?: () => void
}

Props for the OryNodeSsoButton component.

Properties

attributes

attributes: UiNodeInputAttributes

node

node: UiNode

onClick()?

optional onClick: () => void;

Returns

void