react-native-azure-auth
Version:
An React Native module implements Azure AD V2.0 authentication flow
37 lines • 853 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"src/networking",
"src/token",
"src/auth",
"src/utils",
"src/webauth",
"src/index.js",
"package.json",
"README.md"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs|__tests__|__mocks__)"
},
"plugins": [
"./node_modules/jsdoc/plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false
},
"opts": {
"destination": "./out/",
"encoding": "utf8",
"private": false,
"recurse": true,
"template": "./node_modules/minami"
}
}