JwtResponse class
Response from issuing a JWT for server-side authentication.
Constructors
- JwtResponse({required String token, required String keyId})
-
const
- JwtResponse.fromJson(String source)
-
factory
-
JwtResponse.fromMap(Map<
String, dynamic> params) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited