https://github.com/jongio/authenticationrecordtest
Sample code to demo new AuthenticationRecord and TokenCache
https://github.com/jongio/authenticationrecordtest
Last synced: 2 months ago
JSON representation
Sample code to demo new AuthenticationRecord and TokenCache
- Host: GitHub
- URL: https://github.com/jongio/authenticationrecordtest
- Owner: jongio
- License: mit
- Created: 2021-01-29T23:46:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T16:55:57.000Z (about 4 years ago)
- Last Synced: 2025-02-13T04:25:32.250Z (4 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
See Program.cs for sample code.
This enables you to get user info from AuthenticationRecord after you authenticate the user. You can also use that in combination with TokenCache for silent auth on subsequent client calls.