Commit 60387bf 1 parent 8aaeca0 commit 60387bf Copy full SHA for 60387bf
File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,37 @@ exports `storageSettings` which can be used to configure the storage methods.
48
48
49
49
` ChromeStore ` - This holds the data in chrome.store.local for use with Google Chrome extensions.
50
50
51
+ ### Token Helpers
52
+
53
+ Linking in with the activeStorage, a number of token helpers are available.
54
+
55
+ ` setActiveStorage ` - set the active storage manager
56
+
57
+ ` getActiveStorage ` - get the current active storage manager
58
+
59
+ #### Helpers
60
+
61
+ ` getClaim ` - Get a single claim from the Access Token
62
+
63
+ ` getClaims ` - Get all claims from the Access Token
64
+
65
+ ` getCurrentOrganization ` - get the current authenticated organisation
66
+
67
+ ` getDecodedToken ` - get the decoded id or access token
68
+
69
+ ` getFlag ` - get a single feature flag
70
+
71
+ ` getPermission ` - get a single permission value
72
+
73
+ ` getPermissions ` - get all user permissions
74
+
75
+ ` getRoles ` - get all the users roles
76
+
77
+ ` getUserOrganizations ` - get all the organizations the user has access to
78
+
79
+ ` getUserProfile ` - get the profile of the user from the ID token
80
+
81
+
51
82
## Kinde documentation
52
83
53
84
[ Kinde Documentation] ( https://kinde.com/docs/ ) - Explore the Kinde docs
You can’t perform that action at this time.
0 commit comments