AuthServerRequestCreationHint.fromSerialized constructor
Creates a new AuthServerRequestCreationHint instance from the given
serialized
CBOR.
Implementation
AuthServerRequestCreationHint.fromSerialized(List<int> serialized)
: this._fromCborMap(
CborMapSerializable.valueToCborMap(cborDecode(serialized)));