This module provides authentication and authorization functionality.
isAuthenticated: {{ demoAuthService?.isAuthenticated$ | async }}
Username: {{ demoAuthService?.username$ | async }}
isExpired: {{ demoAuthService?.isExpired$ | async }}
expires: {{ demoAuthService?.expiration$ | async }}
{{ stringify(demoAuthService?.idToken$ | async) }}
isExpired: {{ demoAuthService?.isExpired$ | async }}
expires: {{ demoAuthService?.expiration$ | async }}
{{ stringify(demoAuthService?.accessToken$ | async) }}
{{ stringify(demoAuthService?.roles$ | async) }}
{{ stringify(demoAuthService?.user$ | async) }}