AuthMethod.fromJson constructor

AuthMethod.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory AuthMethod.fromJson(Object? json) => authMethodCodec.decode(json);