AshAuthentication.AddOn.Confirmation.Plug
(ash_authentication v5.0.0-rc.4)
Copy Markdown
View Source
Handlers for incoming OAuth2 HTTP requests.
Summary
Functions
@spec accept(Plug.Conn.t(), AshAuthentication.AddOn.Confirmation.t()) :: Plug.Conn.t()
Present a confirm button to the user.
@spec confirm(Plug.Conn.t(), AshAuthentication.AddOn.Confirmation.t()) :: Plug.Conn.t()
Attempt to perform a confirmation.