client/web/admin/src/app/views/auth/login-info/login-info.component.html [10:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Access Token
              
                {{accessToken$ | async}}
              
            
ID Token
              
                {{idToken$ | async}}
              
            


Is Authenticated: {{ isAuthenticated$ | async }}
userData
{{ session$ | async | json }}


You are NOT authenticated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - client/web/application/src/app/views/auth/login-info/login-info.component.html [8:49]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Access Token
              
                {{accessToken$ | async}}
              
            
ID Token
              
                {{idToken$ | async}}
              
            


Is Authenticated: {{ isAuthenticated$ | async }}
userData
{{ session$ | async | json }}


You are NOT authenticated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -