An open API service indexing awesome lists of open source software.

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

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.