Embeddedsdk class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
authenticate(
String url, String credentialId) → Future< AuthenticateResponse> - Authenticate a user.
-
bindCredential(
String url) → Future< BindCredentialResponse> - Bind a credential to this device.
-
deleteCredential(
String id) → Future< void> - Delete a Credential by ID on current device.
-
getCredentials(
) → Future< List< Credential> > - Get all current credentials for this device.
-
initialize(
String biometricPrompt, bool enableLogging, {List< String> ? allowedDomains = const <String>[]}) → Future<void> - Initialize and configure the Beyond Identity Embedded SDK.
-
isAuthenticateUrl(
String url) → Future< bool> - Returns whether a Url is a valid Authenticate Url or not.
-
isBindCredentialUrl(
String url) → Future< bool> - Returns whether a Url is a valid Bind Credential Url or not.