menu
supercharge_flutter package
documentation
util/jwt.dart
getOrgIdFromJwt function
getOrgIdFromJwt function
dark_mode
light_mode
getOrgIdFromJwt
function
String
getOrgIdFromJwt
(
String
jwt
)
Implementation
String getOrgIdFromJwt(String jwt) { var payload = parseJwt(jwt); return payload['org_id']; }
supercharge_flutter package
documentation
util/jwt
getOrgIdFromJwt function
jwt library