AspNet.Security.OAuth.Introspection.OAuthIntrospectionOptions.OAuthIntrospectionOptions C# (CSharp) Méthode

OAuthIntrospectionOptions() public méthode

public OAuthIntrospectionOptions ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public OAuthIntrospectionOptions() {
            AuthenticationScheme = OAuthIntrospectionDefaults.AuthenticationScheme;
            AutomaticAuthenticate = true;
            AutomaticChallenge = true;
        }
OAuthIntrospectionOptions