methodId property

  1. @JsonKey.new(name: 'methodId', fromJson: _decodeLoginAuthRequestMethodId, toJson: _encodeLoginAuthRequestMethodId, includeIfNull: false, required: true)
AuthMethodId methodId
final

The ID of the authentication method to use. Must be one of the methods advertised in the initialize response.

Implementation

@JsonKey(
  name: 'methodId',
  fromJson: _decodeLoginAuthRequestMethodId,
  toJson: _encodeLoginAuthRequestMethodId,
  includeIfNull: false,
  required: true,
)
final AuthMethodId methodId;