jwt_decode method return decoded token info as an object; you can access any info into your token. Example: let tokenInfo = this.getDecodedAccessToken(token); ...
確定! 回上一頁