Skip to content

Clerk api

ClerkRepository

clerk = clerk instance-attribute

__init__(clerk)

create_user(db_id, first_name, last_name, email_address, password, _skip_password_checks=False) async

from_secret_token(secret_token) classmethod

get_user(clerk_id) async

ClerkRepositoryProtocol

Bases: Protocol

create_user(db_id, first_name, last_name, email_address, password, _skip_password_checks=False) async

get_user(clerk_id) async