IRelayAuth class abstract

Implementers

Constructors

IRelayAuth()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeData(Uint8List data) JWTData
decodeIss(String issuer) Uint8List
decodeJson(String s) Map<String, dynamic>
decodeJWT(String encoded) JWTDecoded
decodeSig(String encoded) Uint8List
encodeData(JWTData params) Uint8List
encodeIss(Uint8List publicKey) String
encodeJson(Map<String, dynamic> value) String
encodeJWT(JWTSigned params) String
encodeSig(Uint8List bytes) String
generateKeyPair([Uint8List? seed]) Future<RelayAuthKeyPair>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signJWT({required String sub, required String aud, required int ttl, required RelayAuthKeyPair keyPair, int? iat}) Future<String>
toString() String
A string representation of this object.
inherited
verifyJWT(String jwt) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited