View Source Boruta.Ecto.Admin (Boruta core v2.3.3)

Administration of Boruta resources.

Summary

Functions

Functions

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

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

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

Link to this function

delete_inactive_tokens()

View Source

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

Link to this function

delete_inactive_tokens(until)

View Source

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

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

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

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

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

Link to this function

get_scopes_by_names(names)

View Source

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

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

Link to this function

list_active_tokens(queryable)

View Source

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

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

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

Link to this function

regenerate_client_key_pair(client)

View Source

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

Link to this function

regenerate_client_key_pair(client, public_key, private_key)

View Source

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

Link to this function

regenerate_client_secret(client)

View Source

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

Link to this function

regenerate_client_secret(client, secret)

View Source

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

Link to this function

update_client(client, attrs)

View Source

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

Link to this function

update_scope(scope, attrs)

View Source

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