Available methods | Ruby
The Ruby SDK mirrors the Backend API. The SDK is organized into resources, which are listed below. Each resource has a set of methods that correspond to the API endpoints.
All examples assume you have an instance of the Clerk::SDK
:
Allowlist identifiers
The following methods are available for managing allowlist identifiers.
Retrieve the list of allowlist identifiers
Add a new allowlist identifier
If notify
is true, an email will be sent to notify the owner of the identifier.
Verify a session to a token
Verify whether a session with a given ID corresponds to the provided session token. Throws an error if the provided ID is invalid.
You can also filter users by email address:
Feedback
Last updated on