AspNet.Security.OpenId.Steam.SteamAuthenticationOptions.SteamAuthenticationOptions C# (CSharp) Méthode

SteamAuthenticationOptions() public méthode

public SteamAuthenticationOptions ( ) : System
Résultat System
        public SteamAuthenticationOptions() {
            AuthenticationScheme = SteamAuthenticationDefaults.AuthenticationScheme;
            DisplayName = SteamAuthenticationDefaults.DisplayName;
            Authority = new Uri(SteamAuthenticationDefaults.Authority);
            CallbackPath = new PathString(SteamAuthenticationDefaults.CallbackPath);
        }
SteamAuthenticationOptions