C# 클래스 OurUmbraco.Our.GoogleOAuth.UmbracoGoogleAuthExtensions

파일 보기 프로젝트 열기: umbraco/OurUmbraco 1 사용 예제들

공개 메소드들

메소드 설명
ConfigureBackOfficeGoogleAuth ( this app, string clientId, string clientSecret, string caption = "Google", string style = "btn-google-plus", string icon = "fa-google-plus" ) : void

Configure google sign-in

Nuget installation: Microsoft.Owin.Security.Google Google account documentation for ASP.Net Identity can be found: http://www.asp.net/web-api/overview/security/external-authentication-services#GOOGLE Google apps can be created here: https://developers.google.com/accounts/docs/OpenIDConnect#getcredentials

메소드 상세

ConfigureBackOfficeGoogleAuth() 공개 정적인 메소드

Configure google sign-in
Nuget installation: Microsoft.Owin.Security.Google Google account documentation for ASP.Net Identity can be found: http://www.asp.net/web-api/overview/security/external-authentication-services#GOOGLE Google apps can be created here: https://developers.google.com/accounts/docs/OpenIDConnect#getcredentials
public static ConfigureBackOfficeGoogleAuth ( this app, string clientId, string clientSecret, string caption = "Google", string style = "btn-google-plus", string icon = "fa-google-plus" ) : void
app this
clientId string
clientSecret string
caption string
style string
icon string
리턴 void