Searched refs:AppleAuthenticationCredentialState (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-apple-authentication/build/ |
| H A D | AppleAuthentication.types.js | 36 export var AppleAuthenticationCredentialState; variable 37 (function (AppleAuthenticationCredentialState) { argument 38 … AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["REVOKED"] = 0] = "REVOKED"; 39 …AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["AUTHORIZED"] = 1] = "AUTHOR… 40 …AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["NOT_FOUND"] = 2] = "NOT_FOU… 41 …AppleAuthenticationCredentialState[AppleAuthenticationCredentialState["TRANSFERRED"] = 3] = "TRANS… 42 })(AppleAuthenticationCredentialState || (AppleAuthenticationCredentialState = {}));
|
| H A D | AppleAuthentication.d.ts | 2 import { AppleAuthenticationCredential, AppleAuthenticationCredentialState, AppleAuthenticationRefr… 61 …eclare function getCredentialStateAsync(user: string): Promise<AppleAuthenticationCredentialState>;
|
| H A D | AppleAuthentication.types.d.ts | 194 export declare enum AppleAuthenticationCredentialState { enum
|
| H A D | AppleAuthentication.js.map | 1 …AppleAuthenticationCredentialState,\n AppleAuthenticationOperation,\n AppleAuthenticationRefresh…
|
| H A D | AppleAuthentication.types.js.map | 1 …ercredentialstate)\n * for more details.\n */\nexport enum AppleAuthenticationCredentialState {\n …
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AppleAuthenticationScreen.tsx | 13 AppleAuthenticationCredentialState, 23 credentialState: AppleAuthentication.AppleAuthenticationCredentialState | null; 29 [AppleAuthenticationCredentialState.REVOKED]: 'Your authorization has been revoked.', 30 [AppleAuthenticationCredentialState.AUTHORIZED]: "You're authorized.", 31 [AppleAuthenticationCredentialState.NOT_FOUND]: "You're not registered yet.", 32 …[AppleAuthenticationCredentialState.TRANSFERRED]: 'Credentials transferred.', // Whatever that mea… 124 this.setState({ credentialState: AppleAuthenticationCredentialState.NOT_FOUND }); 135 return this.state.credentialState === AppleAuthenticationCredentialState.AUTHORIZED;
|
| /expo/packages/expo-apple-authentication/src/ |
| H A D | AppleAuthentication.ts | 5 AppleAuthenticationCredentialState, 134 ): Promise<AppleAuthenticationCredentialState> {
|
| H A D | AppleAuthentication.types.ts | 223 export enum AppleAuthenticationCredentialState { enum
|
| /expo/docs/components/plugins/__snapshots__/ |
| H A D | APISection.test.tsx.snap | 1186 AppleAuthenticationCredentialState 1207 AppleAuthenticationCredentialState 4881 AppleAuthenticationCredentialState 5044 AppleAuthenticationCredentialState.REVOKED = 0 5106 AppleAuthenticationCredentialState.AUTHORIZED = 1 5168 AppleAuthenticationCredentialState.NOT_FOUND = 2 5230 AppleAuthenticationCredentialState.TRANSFERRED = 3
|