menu
flutter_better_auth package
documentation
plugins/jwt/models/jwk_key/jwt_key.dart
JwtKey
toJson abstract method
toJson abstract method
dark_mode
light_mode
toJson
abstract method
Map
<
String
,
dynamic
>
toJson
(
)
inherited
Serializes this JwtKey to a JSON map.
Implementation
Map<String, dynamic> toJson();
flutter_better_auth package
documentation
plugins/jwt/models/jwk_key/jwt_key
JwtKey
toJson abstract method
JwtKey class