Jwt class
- Available extensions
- Annotations
-
Constructors
-
Jwt({required String aud, required String sub, String? jti, Map<String, dynamic>? cnf, String? clientId, required String scope, String? iss, @dateTimeConverter required DateTime exp, @dateTimeConverter required DateTime iat})
-
const
factory
-
Jwt.fromJson(Map<String, Object?> json)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this Jwt to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited