Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.OAuth.App View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Pleroma.Web.OAuth.App{
  __meta__: term(),
  client_id: term(),
  client_name: term(),
  client_secret: term(),
  id: term(),
  inserted_at: term(),
  redirect_uris: term(),
  scopes: term(),
  updated_at: term(),
  website: term()
}

Link to this section Functions

Link to this function

register_changeset(struct, params \\ %{})

View Source