AuthMethod.fromJson constructor
AuthMethod.fromJson(
- Object? json
Decodes the tagged union.
Implementation
factory AuthMethod.fromJson(Object? json) => authMethodCodec.decode(json);
Decodes the tagged union.
factory AuthMethod.fromJson(Object? json) => authMethodCodec.decode(json);