@beyondidentity/bi-sdk-react-native
Preparing search index...
EmbeddedNativeModules
EmbeddedNativeModules
Interface EmbeddedNativeModules
interface
EmbeddedNativeModules
{
authenticate
(
url
:
string
,
passkeyId
:
string
,
)
:
Promise
<
NativeAuthenticateResponse
>
;
authenticateOtp
(
url
:
string
,
email
:
string
)
:
Promise
<
OtpChallengeResponse
>
;
bindPasskey
(
url
:
string
)
:
Promise
<
NativeBindPasskeyResponse
>
;
deletePasskey
(
id
:
string
)
:
Promise
<
string
>
;
getAuthenticationContext
(
url
:
string
)
:
Promise
<
NativeAuthenticationContext
>
;
getPasskeys
()
:
Promise
<
Passkey
[]
>
;
initialize
(
allowedDomains
:
string
[]
,
biometricAskPrompt
:
string
,
)
:
Promise
<
"success"
>
;
isAuthenticateUrl
(
url
:
string
)
:
Promise
<
boolean
>
;
isBindPasskeyUrl
(
url
:
string
)
:
Promise
<
boolean
>
;
redeemOtp
(
url
:
string
,
otp
:
string
,
)
:
Promise
<
OtpChallengeResponse
|
NativeAuthenticateResponse
>
;
}
Index
Methods
authenticate
authenticate
Otp
bind
Passkey
delete
Passkey
get
Authentication
Context
get
Passkeys
initialize
is
Authenticate
Url
is
Bind
Passkey
Url
redeem
Otp
Methods
authenticate
authenticate
(
url
:
string
,
passkeyId
:
string
,
)
:
Promise
<
NativeAuthenticateResponse
>
Parameters
url
:
string
passkeyId
:
string
Returns
Promise
<
NativeAuthenticateResponse
>
authenticate
Otp
authenticateOtp
(
url
:
string
,
email
:
string
)
:
Promise
<
OtpChallengeResponse
>
Parameters
url
:
string
email
:
string
Returns
Promise
<
OtpChallengeResponse
>
bind
Passkey
bindPasskey
(
url
:
string
)
:
Promise
<
NativeBindPasskeyResponse
>
Parameters
url
:
string
Returns
Promise
<
NativeBindPasskeyResponse
>
delete
Passkey
deletePasskey
(
id
:
string
)
:
Promise
<
string
>
Parameters
id
:
string
Returns
Promise
<
string
>
get
Authentication
Context
getAuthenticationContext
(
url
:
string
)
:
Promise
<
NativeAuthenticationContext
>
Parameters
url
:
string
Returns
Promise
<
NativeAuthenticationContext
>
get
Passkeys
getPasskeys
()
:
Promise
<
Passkey
[]
>
Returns
Promise
<
Passkey
[]
>
initialize
initialize
(
allowedDomains
:
string
[]
,
biometricAskPrompt
:
string
,
)
:
Promise
<
"success"
>
Parameters
allowedDomains
:
string
[]
biometricAskPrompt
:
string
Returns
Promise
<
"success"
>
is
Authenticate
Url
isAuthenticateUrl
(
url
:
string
)
:
Promise
<
boolean
>
Parameters
url
:
string
Returns
Promise
<
boolean
>
is
Bind
Passkey
Url
isBindPasskeyUrl
(
url
:
string
)
:
Promise
<
boolean
>
Parameters
url
:
string
Returns
Promise
<
boolean
>
redeem
Otp
redeemOtp
(
url
:
string
,
otp
:
string
,
)
:
Promise
<
OtpChallengeResponse
|
NativeAuthenticateResponse
>
Parameters
url
:
string
otp
:
string
Returns
Promise
<
OtpChallengeResponse
|
NativeAuthenticateResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
authenticate
authenticate
Otp
bind
Passkey
delete
Passkey
get
Authentication
Context
get
Passkeys
initialize
is
Authenticate
Url
is
Bind
Passkey
Url
redeem
Otp
@beyondidentity/bi-sdk-react-native
Loading...