AuthMethodId.fromJson constructor

AuthMethodId.fromJson(
  1. Object? value
)

Implementation

factory AuthMethodId.fromJson(Object? value) =>
    _authMethodIdCodec.decode(value);