client
client: { id: string; metadata: Record<string, string> | null } | null
organization
organization: { id: string; metadata: Record<string, string> | null } | null
prompt
prompt: { name: string } | null
screen
screen: { name: string } | null
tenant
tenant: { enabledLocales: string[] } | null
transaction
transaction: { errors: Error[] | null; state: string; locale: string } | null untrustedData
untrustedData: { authorizationParams: Record<string, string> | null } | null
CurrentScreenOptions details.