verifyAuthentication abstract method
- @POST.new("/passkey/verify-authentication")
POST /passkey/verify-authentication — sets the session on success.
body must contain response (AuthenticationResponseJSON).
Implementation
@POST("/passkey/verify-authentication")
Future<Result<SessionResponse>> verifyAuthentication({
@Body(nullToAbsent: true) Map<String, dynamic> body = const {},
});