Documentation Index
Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
Use this file to discover all available pages before exploring further.

Example
コンストラクター
プロパティ
branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
メソッド
getErrors
コンテキストからトランザクションエラーの配列を取得します。存在しない場合は空の配列を返します。トランザクションコンテキスト内のエラーオブジェクトの配列です。
getSignupIdentifiers
ユーティリティ機能サインアップフォームで有効になっている識別子の一覧を返し、
トランザクション設定に基づいて、それぞれを必須か任意かとしてマークします。識別子オブジェクト(例: メール、電話番号、ユーザー名)の配列です。Example
Example
validatePassword
ユーティリティ機能パスワードが有効かどうかとその理由を示す、PasswordValidationResult タイプのオブジェクトです。validateUsername
ユーティリティ機能指定された username を、トランザクションコンテキストで定義された現在の username ポリシーに照らして検証します。username が有効かどうかとその理由を示す結果オブジェクトです。Example