We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e6194 commit 0f956fdCopy full SHA for 0f956fd
src/components/AuthToken.vue
@@ -191,9 +191,15 @@ export default defineComponent({
191
canChangeScope() {
192
return this.token.type === TokenType.PERMANENT_TOKEN
193
},
194
+ /**
195
+ * @typedef {object} ClientInfo
196
+ * @property {string} id client type
197
+ * @property {string} os the OS the client is running on
198
+ * @property {string} version the client version
199
+ */
200
/**
201
* Object ob the current user agend used by the token
- * @return Either an object containing user agent information or null if unknown
202
+ * @return {ClientInfo} Either an object containing user agent information or null if unknown
203
*/
204
client() {
205
// pretty format sync client user agent
0 commit comments