Boruta.Ecto.Client (Boruta core v1.2.1) View Source
Ecto Adapter Client Schema
Link to this section Summary
Link to this section Types
Specs
t() :: %Boruta.Ecto.Client{
__meta__: term(),
access_token_ttl: integer(),
authorization_code_ttl: integer(),
authorize_scope: boolean(),
authorized_scopes: Ecto.Association.NotLoaded.t() | [Boruta.Ecto.Scope.t()],
id: term(),
inserted_at: term(),
name: term(),
pkce: boolean(),
private_key: [String.t()],
public_key: [String.t()],
public_refresh_token: boolean(),
redirect_uris: [String.t()],
refresh_token_ttl: integer(),
secret: String.t(),
supported_grant_types: [String.t()],
updated_at: term()
}