Website openantrag.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
OpenAntrag/OpenAntrag/App_Start/AuthConfig.vb

22 lines
743 B

'Imports Microsoft.Web.WebPages.OAuth
Public Class AuthConfig
Public Shared Sub RegisterAuth()
' To let users of this site log in using their accounts from other sites such as Microsoft, Facebook, and Twitter,
' you must update this site. For more information visit http://go.microsoft.com/fwlink/?LinkID=252166
' OAuthWebSecurity.RegisterMicrosoftClient(
' clientId:="",
' clientSecret:="")
' OAuthWebSecurity.RegisterTwitterClient(
' consumerKey:="",
' consumerSecret:="")
' OAuthWebSecurity.RegisterFacebookClient(
' appId:="",
' appSecret:="")
' OAuthWebSecurity.RegisterGoogleClient()
End Sub
End Class