AuthMethodId.fromJson constructor

AuthMethodId.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

factory AuthMethodId.fromJson(Object? json) =>
    AuthMethodId(decodeAcpString(json));