authenticationMethod property

  1. @JsonKey(unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
YustAuthenticationMethod? authenticationMethod
getter/setter pair

The authentication method.

Implementation

@JsonKey(unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
YustAuthenticationMethod? authenticationMethod;