Clerk.BlockList (Clerk SDK v1.0.1)
Summary
Functions
Create an identifier that is blocked from accessing an instance
Delete an identifier from the instance block-list
Get a list of all identifiers which are not allowed to access an instance
Functions
Link to this function
create(params, opts \\ [])
Create an identifier that is blocked from accessing an instance
REQUEST BODY SCHEMA: application/json
identifier
required string The identifier to be added in the block-list. This can be an email address, a phone number or a web3 wallet.
Link to this function
delete(identifier, opts \\ [])
Delete an identifier from the instance block-list
Link to this function
list(opts \\ [])
Get a list of all identifiers which are not allowed to access an instance