Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

OryNodeSsoButtonProps

type OryNodeSsoButtonProps = {
attributes: UiNodeInputAttributes
buttonProps: OryNodeButtonButtonProps
isSubmitting: boolean
node: UiNodeInput
provider: string
}

Props for the OryNodeSsoButton component.

Properties

attributes

attributes: UiNodeInputAttributes

Deprecated

Use node.attributes instead.


buttonProps

buttonProps: OryNodeButtonButtonProps

isSubmitting

isSubmitting: boolean

node

node: UiNodeInput

provider

provider: string