menu
flutter_mongodb_realm package
documentation
auth/credentials/custom_jwt_credential.dart
CustomJwtCredential
toJson method
toJson method
dark_mode
light_mode
toJson
method
@
override
Map
<
String
,
Object
>
toJson
(
)
override
Implementation
@override Map<String, Object> toJson() { return {"type": "jwt", "token": token}; }
flutter_mongodb_realm package
documentation
auth/credentials/custom_jwt_credential
CustomJwtCredential
toJson method
CustomJwtCredential class