Auth0.Management.Connections (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of Connections.
endpoint
- /api/v2/connections
- /api/v2/connections/{id}
- /api/v2/connections/{id}/status
- /api/v2/connections/{id}/users
Link to this section Summary
Functions
Create a connection.
Delete a connection.
Delete a connection user.
Get a connection.
Check connection status.
Get all connections.
Update a connection.
Link to this section Types
Specs
config() :: Auth0.Config.t()
Specs
Specs
id() :: String.t()
Specs
response_body() :: String.t()
Link to this section Functions
Specs
create(Auth0.Management.Connections.Create.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Connection.t(), response_body()} | error()
Create a connection.
see
https://auth0.com/docs/api/management/v2/#!/Connections/post_connections
Specs
delete(id(), config()) :: {:ok, String.t(), response_body()} | error()
Delete a connection.
see
https://auth0.com/docs/api/management/v2/#!/Connections/delete_connections_by_id
Specs
delete_users( id(), Auth0.Management.Connections.Users.Delete.Params.t() | map(), config() ) :: {:ok, String.t(), response_body()} | error()
Delete a connection user.
see
https://auth0.com/docs/api/management/v2/#!/Connections/delete_users_by_email
Specs
get(id(), Auth0.Management.Connections.Get.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Connection.t(), response_body()} | error()
Get a connection.
see
https://auth0.com/docs/api/management/v2/#!/Connections/get_connections_by_id
Specs
get_status(id(), config()) :: {:ok, boolean(), response_body()} | error()
Check connection status.
see
https://auth0.com/docs/api/management/v2/#!/Connections/get_status
Specs
list(Auth0.Management.Connections.List.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Connections.t(), response_body()} | error()
Get all connections.
see
https://auth0.com/docs/api/management/v2/#!/Connections/get_connections
Specs
update(id(), Auth0.Management.Connections.Patch.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Connection.t(), response_body()} | error()
Update a connection.
see
https://auth0.com/docs/api/management/v2/#!/Connections/patch_connections_by_id