v1AcceptInvitationIntentV2 class

Constructors

v1AcceptInvitationIntentV2({required String invitationId, required String userId, required v1AuthenticatorParamsV2 authenticator})
const
v1AcceptInvitationIntentV2.fromJson(Map<String, dynamic> json)
factory

Properties

authenticator v1AuthenticatorParamsV2
WebAuthN hardware devices that can be used to log in to the Turnkey web app.
final
hashCode int
The hash code for this object.
no setterinherited
invitationId String
Unique identifier for a given Invitation object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
Unique identifier for a given User.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited