authsense v0.4.1 Authsense.InvalidScopeException exception

Raised when passed scope to Authsense.Service.authenticate/2, Authsense.Service.authenticate_user/2, and Authsense.Service.get_user/2 is either a lambda that does not return an Ecto.Query, or is not convertible to Ecto.Query

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

Functions

exception(msg)

Specs

exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t

Callback implementation for c:Exception.exception/1.

message(exception)

Specs

message(Exception.t) :: String.t

Callback implementation for c:Exception.message/1.