AuthenticatorId.fromJson constructor

AuthenticatorId.fromJson(
  1. String value
)

Implementation

factory AuthenticatorId.fromJson(String value) => AuthenticatorId(value);