View Source Boruta.Ecto.Credential (Boruta core v3.0.0-beta.3)

Ecto Adapter Credential Schema

Summary

Types

@type t() :: %Boruta.Ecto.Credential{
  __meta__: term(),
  access_token: String.t(),
  credential: String.t(),
  defered: boolean(),
  format: String.t(),
  id: String.t(),
  inserted_at: DateTime.t(),
  updated_at: DateTime.t()
}

Functions

Link to this function

create_changeset(credential, attrs)

View Source