clients/Admin/src/app/views/auth/login-info/login-info.component.html [1:60]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Access Token
              
                {{accessToken}}
              
            
ID Token
            
              {{idToken}}
            
          


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


You are NOT authenticated
Configuration loaded:
{{ configuration | json }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - clients/Application/src/app/views/auth/login-info/login-info.component.html [1:60]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Access Token
              
                {{accessToken}}
              
            
ID Token
            
              {{idToken}}
            
          


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


You are NOT authenticated
Configuration loaded:
{{ configuration | json }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -