Boruta v0.1.0-rc.1 Boruta.Oauth.Client View Source

OAuth client schema

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Boruta.Oauth.Client{
  __meta__: term(),
  authorize_scope: boolean(),
  authorized_scopes: [String.t()],
  id: term(),
  inserted_at: term(),
  redirect_uri: String.t(),
  secret: String.t(),
  updated_at: term()
}