15 lines
272 B
JavaScript
15 lines
272 B
JavaScript
'use strict'
|
|
|
|
module.exports = [
|
|
{
|
|
name: 'apps:read',
|
|
description: 'See what applications you have created or have authorized.',
|
|
public: false
|
|
},
|
|
{
|
|
name: 'apps:write',
|
|
description: 'Register applications on your behalf.',
|
|
public: false
|
|
}
|
|
]
|