Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Example
export interface LanguageChangeOptions {
  language: string;
  persist?: 'session';
  [key: string]: string | number | boolean | undefined;
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

language
string
required
Short language name (locale code) to be set (for example, 'en', 'fr', 'es').
persist?
"session"
Defines persistence scope for the language preference. When set to 'session', the selected language persists for the duration of the session.