ExOauth2Provider v0.5.0 ExOauth2Provider.Plug.ErrorHandler behaviour View Source
A default error handler that can be used for failed authentication
Link to this section Summary
Link to this section Callbacks
Link to this callback
no_resource(arg1, map)
View Source
no_resource(arg1, map)
View Source
no_resource(Plug.Conn.t(), map()) :: Plug.Conn.t()
no_resource(Plug.Conn.t(), map()) :: Plug.Conn.t()
Link to this callback
unauthenticated(arg1, map)
View Source
unauthenticated(arg1, map)
View Source
unauthenticated(Plug.Conn.t(), map()) :: Plug.Conn.t()
unauthenticated(Plug.Conn.t(), map()) :: Plug.Conn.t()
Link to this callback
unauthorized(arg1, map)
View Source
unauthorized(arg1, map)
View Source
unauthorized(Plug.Conn.t(), map()) :: Plug.Conn.t()
unauthorized(Plug.Conn.t(), map()) :: Plug.Conn.t()