AuthServerRequestCreationHint.fromSerialized constructor

AuthServerRequestCreationHint.fromSerialized(
  1. List<int> serialized
)

Creates a new AuthServerRequestCreationHint instance from the given serialized CBOR.

Implementation

AuthServerRequestCreationHint.fromSerialized(List<int> serialized)
    : this._fromCborMap(
          CborMapSerializable.valueToCborMap(cborDecode(serialized)));