Home
last modified time | relevance | path

Searched refs:LocalAuthenticationOptions (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-local-authentication/build/
H A DLocalAuthentication.d.ts1 import { LocalAuthenticationOptions, AuthenticationType, LocalAuthenticationResult, SecurityLevel }…
2 export { LocalAuthenticationOptions, AuthenticationType, LocalAuthenticationResult, SecurityLevel };
40 export declare function authenticateAsync(options?: LocalAuthenticationOptions): Promise<LocalAuthe…
H A DLocalAuthentication.types.d.ts37 export type LocalAuthenticationOptions = { alias
H A DLocalAuthentication.js.map1LocalAuthenticationOptions,\n AuthenticationType,\n LocalAuthenticationResult,\n SecurityLevel,…
H A DLocalAuthentication.types.js.map1 …on.\n */\n BIOMETRIC = 2,\n}\n\n// @needsAudit\nexport type LocalAuthenticationOptions = {\n /…
/expo/packages/expo-local-authentication/src/
H A DLocalAuthentication.ts6 LocalAuthenticationOptions,
12 export { LocalAuthenticationOptions, AuthenticationType, LocalAuthenticationResult, SecurityLevel };
81 options: LocalAuthenticationOptions = {}
H A DLocalAuthentication.types.ts39 export type LocalAuthenticationOptions = { alias
/expo/ios/versioned/sdk49/ExpoLocalAuthentication/
H A DLocalAuthenticationOptions.swift3 internal struct LocalAuthenticationOptions: Record { struct
H A DLocalAuthenticationModule.swift60 …AsyncFunction("authenticateAsync") { (options: LocalAuthenticationOptions, promise: Promise) -> Vo… in definition()
/expo/packages/expo-local-authentication/ios/
H A DLocalAuthenticationOptions.swift3 internal struct LocalAuthenticationOptions: Record { struct
H A DLocalAuthenticationModule.swift60 …AsyncFunction("authenticateAsync") { (options: LocalAuthenticationOptions, promise: Promise) -> Vo… in definition()
/expo/ios/versioned/sdk48/ExpoLocalAuthentication/
H A DLocalAuthenticationOptions.swift3 internal struct LocalAuthenticationOptions: Record { struct
H A DLocalAuthenticationModule.swift60 …AsyncFunction("authenticateAsync") { (options: LocalAuthenticationOptions, promise: Promise) -> Vo… in definition()