How to get IsPersistent flag from ASP.NET Core Authentication -


when sign in user following:

httpcontext.authentication.signinasync("name", claimsprincipal, authenticationproperties); 

where authenticationproperties variable authenticationproperties object parameter ispersistent set either true or false.

i need later inside 1 of controllers information if signinasync done ispersistent parameter set true or false. how can access parameter?

thank help!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -