标签: angular ionic-framework authorization
我想在AuthService中存储访问令牌或身份验证,但是如果我在AuthService.constructor中初始化它们,我就无法在其他组件/服务中获取有效令牌,除非我总是从Storage而不是AuthService获取它,因为官方存储方法是异步的。
请原谅我的低级英语水平&尴尬╮(╯▽╰)╭