AspNet.Security.OAuth.Introspection.OAuthIntrospectionOptions.OAuthIntrospectionOptions C# (CSharp) Method

OAuthIntrospectionOptions() public method

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