SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody class abstract

SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody

Properties:

  • csrfToken - CSRFToken is the anti-CSRF token
  • method - Method Should be set to "webauthn" when trying to add, update, or remove a webAuthn pairing.
  • webauthnRegister - Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.
  • webauthnRegisterDisplayname - Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added.
  • webauthnRemove - Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection.

Properties

csrfToken String?
CSRFToken is the anti-CSRF token
no setter
hashCode int
The hash code for this object.
no setterinherited
method String
Method Should be set to "webauthn" when trying to add, update, or remove a webAuthn pairing.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webauthnRegister String?
Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.
no setter
webauthnRegisterDisplayname String?
Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added.
no setter
webauthnRemove String?
Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SubmitSelfServiceSettingsFlowWithWebAuthnMethodBodyBuilder)) SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody
Rebuilds the instance.
inherited
toBuilder() SubmitSelfServiceSettingsFlowWithWebAuthnMethodBodyBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody>
no setter