KeenAuthPermissions.Database.Parsers.AuthGetUserByEmailForAuthenticationParser (keen_auth_permissions v0.1.1)

This module contains functions to parse output from db's stored procedure's calls

Summary

Functions

Link to this function

parse_auth_get_user_by_email_for_authentication_result(err)

@spec parse_auth_get_user_by_email_for_authentication_result(
  {:ok, Postgrex.Result.t()}
  | {:error, any()}
) ::
  {:ok,
   [
     KeenAuthPermissions.Database.Models.AuthGetUserByEmailForAuthenticationItem.t()
   ]}
  | {:error, any()}
Link to this function

parse_auth_get_user_by_email_for_authentication_result_row(arg1)