View Source AshAuthentication.Phoenix.Components.OAuth2 (ash_authentication_phoenix v1.0.1)
Generates a sign-in button for OAuth2.
component-heirarchy
Component heirarchy
This is the top-most provider specific component, nested below
AshAuthentication.Phoenix.Components.SignIn
.
props
Props
strategy
- The strategy configuration as perAshAuthentication.Info.strategy/2
. Required.socket
- Needed to infer the otp-app from the Phoenix endpoint.
overrides
Overrides
This component provides the following overrides:
:link_class
- CSS classes for thea
element.:root_class
- CSS classes for the rootdiv
element.
See AshAuthentication.Phoenix.Overrides
for more information.