EmbeddedSdk class

Constructors

EmbeddedSdk()

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 passkeyId) Future<AuthenticateResponse>
Authenticate a user.
bindPasskey(String url) Future<BindPasskeyResponse>
Bind a passkey to this device.
deletePasskey(String id) Future<void>
Delete a Passkey by ID on current device.
enableLogger() Future<Function>
Custom logger to get logs from the SDK. This must be called from within a State.
getPasskeys() Future<List<Passkey>>
Get all current passkeys for this device.
initialize(String biometricAskPrompt, {List<String>? allowedDomains = const <String>[], Future<Function>? logger}) 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.
isBindPasskeyUrl(String url) Future<bool>
Returns whether a URL is a valid Bind Passkey URL or not.