Boruta.Ecto.Admin (Boruta core v2.3.5)

View Source

Administration of Boruta resources.

Summary

Functions

Functions

create_client(attrs)

See Boruta.Ecto.Admin.Clients.create_client/1.

create_scope(attrs)

See Boruta.Ecto.Admin.Scopes.create_scope/1.

delete_client(client)

See Boruta.Ecto.Admin.Clients.delete_client/1.

delete_inactive_tokens()

See Boruta.Ecto.Admin.Tokens.delete_inactive_tokens/0.

delete_inactive_tokens(until)

See Boruta.Ecto.Admin.Tokens.delete_inactive_tokens/1.

delete_scope(scope)

See Boruta.Ecto.Admin.Scopes.delete_scope/1.

get_client!(id)

See Boruta.Ecto.Admin.Clients.get_client!/1.

get_scope!(id)

See Boruta.Ecto.Admin.Scopes.get_scope!/1.

get_scopes_by_ids(ids)

See Boruta.Ecto.Admin.Scopes.get_scopes_by_ids/1.

get_scopes_by_names(names)

See Boruta.Ecto.Admin.Scopes.get_scopes_by_names/1.

list_active_tokens()

See Boruta.Ecto.Admin.Tokens.list_active_tokens/0.

list_active_tokens(queryable)

See Boruta.Ecto.Admin.Tokens.list_active_tokens/1.

list_clients()

See Boruta.Ecto.Admin.Clients.list_clients/0.

list_scopes()

See Boruta.Ecto.Admin.Scopes.list_scopes/0.

regenerate_client_key_pair(client)

See Boruta.Ecto.Admin.Clients.regenerate_client_key_pair/1.

regenerate_client_key_pair(client, public_key, private_key)

See Boruta.Ecto.Admin.Clients.regenerate_client_key_pair/3.

regenerate_client_secret(client)

See Boruta.Ecto.Admin.Clients.regenerate_client_secret/1.

regenerate_client_secret(client, secret)

See Boruta.Ecto.Admin.Clients.regenerate_client_secret/2.

update_client(client, attrs)

See Boruta.Ecto.Admin.Clients.update_client/2.

update_scope(scope, attrs)

See Boruta.Ecto.Admin.Scopes.update_scope/2.