FacebookDefaults Class¶
- Namespace
Microsoft.AspNetCore.Authentication.Facebook- Assemblies
- Microsoft.AspNetCore.Authentication.Facebook
Syntax¶
public class FacebookDefaults
-
class
Microsoft.AspNetCore.Authentication.Facebook.FacebookDefaults
Fields¶
-
AuthenticationScheme()¶ Return type: System.String public const string AuthenticationScheme = "Facebook"
-
AuthorizationEndpoint()¶ Return type: System.String public static readonly string AuthorizationEndpoint
-
TokenEndpoint()¶ Return type: System.String public static readonly string TokenEndpoint
-
UserInformationEndpoint()¶ Return type: System.String public static readonly string UserInformationEndpoint
-