# AuthSetting
The information about user authorization settings. For details, see Authorization.
# Properties
# boolean scope.userInfo
Specifies whether to authorize access to user information. It corresponds to the wx.getUserInfo API.
# boolean scope.userLocation
Specifies whether to authorize access to geographic location. It corresponds to the wx.getLocation API.
# boolean scope.werun
Specifies whether to authorize access to WeRun step counts. It corresponds to the wx.getWeRunData API.
# boolean scope.writePhotosAlbum
Specifies whether to authorize to save images to the albums. It corresponds to the wx.saveImageToPhotosAlbum API.