Home
last modified time | relevance | path

Searched refs:error_description (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-auth-session/src/
H A DErrors.ts14 error_description?: string; property
92 const { error, error_description, error_uri } = params; constant
96 errorMessage = message + (error_description ? `\nMore info: ${error_description}` : '');
97 } else if (error_description) {
98 errorMessage = error_description;
103 this.description = error_description ?? message;
H A DAuthRequest.ts208 error_description:
/expo/packages/expo-auth-session/build/
H A DErrors.js54 const { error, error_description, error_uri } = params;
58 errorMessage = message + (error_description ? `\nMore info: ${error_description}` : '');
60 else if (error_description) {
61 errorMessage = error_description;
67 this.description = error_description ?? message;
H A DErrors.d.ts13 error_description?: string; property
H A DErrors.js.map1error_description?: string;\n /**\n * URI for more info on the error\n */\n error_uri?: stri…
H A DAuthRequest.js161error_description: 'Cross-Site request verification failed. Cached state and returned state do not… property
H A DAuthRequest.js.map1 …dError = new AuthError({\n error: 'state_mismatch',\n error_description:\n …
/expo/docs/pages/guides/
H A Dauthentication.mdx213 result.params.error_description || "something went wrong"
296 result.params.error_description || "something went wrong"
654 response.params.error_description || 'something went wrong'