methodId property
- @JsonKey.new(name: 'methodId', fromJson: _decodeLoginAuthRequestMethodId, toJson: _encodeLoginAuthRequestMethodId, includeIfNull: false, required: true)
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;