register abstract method
Registers a Passkey for the session's current user.
Throws if the user is not authenticated.
Implementation
_i2.Future<void> register({
required _i5.PasskeyRegistrationRequest registrationRequest,
});
Registers a Passkey for the session's current user.
Throws if the user is not authenticated.
_i2.Future<void> register({
required _i5.PasskeyRegistrationRequest registrationRequest,
});