Returns all custom claims from the cached token.
Returns null if no token has been cached yet or if there are no claims.
null
Map<String, dynamic>? getCustomClaims() { return _cachedTokenResult?.claims; }