AuthenticationIdentifier.fromJson constructor

AuthenticationIdentifier.fromJson(
  1. Map<String, Object?> json
)

Implementation

AuthenticationIdentifier.fromJson(Map<String, Object?> json)
    : type = json['type'] as String;