View Source AshAuthentication.Phoenix.Components.OAuth2 (ash_authentication_phoenix v1.6.0)

Generates a sign-in button for OAuth2.

component-hierarchy

Component hierarchy

This is the top-most strategy-specific component, nested below AshAuthentication.Phoenix.Components.SignIn.

props

Props

overrides

Overrides

This component provides the following overrides:

  • :icon_class - CSS classes for the icon SVG.
  • :link_class - CSS classes for the a element.
  • :root_class - CSS classes for the root div element.

See AshAuthentication.Phoenix.Overrides for more information.

Link to this section Summary

Link to this section Types

@type props() :: %{
  :strategy => AshAuthentication.Strategy.t(),
  optional(:overrides) => [module()]
}

Link to this section Functions