SqlMembershipProvider.Application (sql_membership_provider v0.3.1)
Struct for representing an application.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
find_by_application_id(application_id)
Specs
find_by_application_id(String.t()) :: Ecto.Query.t()
Fetch an application by ID.
Link to this function
find_by_application_name(application_name)
Specs
find_by_application_name(String.t()) :: Ecto.Query.t()
Fetch an application by case-insensitive application name.