C# 클래스 Microsoft.WindowsAzure.MobileServices.SingleSignOnExtensions

Provides extension methods for single sign-on.
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client

공개 메소드들

메소드 설명
LoginAsync ( this client, MobileServiceAuthenticationProvider provider, bool useSingleSignOn ) : Task

Log a user into a Mobile Services application given a provider name and optional token object.

LoginAsync ( this client, MobileServiceAuthenticationProvider provider, bool useSingleSignOn, string>.IDictionary parameters ) : Task

Log a user into a Mobile Services application given a provider name and optional token object.

LoginAsync ( this client, string provider, bool useSingleSignOn ) : Task

Log a user into a Mobile Services application given a provider name and optional token object.

LoginAsync ( this client, string provider, bool useSingleSignOn, string>.IDictionary parameters ) : Task

Log a user into a Mobile Services application given a provider name and optional token object.

메소드 상세

LoginAsync() 공개 정적인 메소드

Log a user into a Mobile Services application given a provider name and optional token object.
public static LoginAsync ( this client, MobileServiceAuthenticationProvider provider, bool useSingleSignOn ) : Task
client this /// The to login with. ///
provider MobileServiceAuthenticationProvider /// Authentication provider to use. ///
useSingleSignOn bool /// Indicates that single sign-on should be used. Single sign-on requires that the /// application's Package SID be registered with the Microsoft Azure Mobile Service, but it /// provides a better experience as HTTP cookies are supported so that users do not have to /// login in everytime the application is launched. ///
리턴 Task

LoginAsync() 공개 정적인 메소드

Log a user into a Mobile Services application given a provider name and optional token object.
public static LoginAsync ( this client, MobileServiceAuthenticationProvider provider, bool useSingleSignOn, string>.IDictionary parameters ) : Task
client this /// The to login with. ///
provider MobileServiceAuthenticationProvider /// Authentication provider to use. ///
useSingleSignOn bool /// Indicates that single sign-on should be used. Single sign-on requires that the /// application's Package SID be registered with the Microsoft Azure Mobile Service, but it /// provides a better experience as HTTP cookies are supported so that users do not have to /// login in everytime the application is launched. ///
parameters string>.IDictionary /// Provider specific extra parameters that are sent as query string parameters to login endpoint. ///
리턴 Task

LoginAsync() 공개 정적인 메소드

Log a user into a Mobile Services application given a provider name and optional token object.
public static LoginAsync ( this client, string provider, bool useSingleSignOn ) : Task
client this /// The to login with. ///
provider string /// Authentication provider to use. ///
useSingleSignOn bool /// Indicates that single sign-on should be used. Single sign-on requires that the /// application's Package SID be registered with the Microsoft Azure Mobile Service, but it /// provides a better experience as HTTP cookies are supported so that users do not have to /// login in everytime the application is launched. ///
리턴 Task

LoginAsync() 공개 정적인 메소드

Log a user into a Mobile Services application given a provider name and optional token object.
public static LoginAsync ( this client, string provider, bool useSingleSignOn, string>.IDictionary parameters ) : Task
client this /// The to login with. ///
provider string /// Authentication provider to use. ///
useSingleSignOn bool /// Indicates that single sign-on should be used. Single sign-on requires that the /// application's Package SID be registered with the Microsoft Azure Mobile Service, but it /// provides a better experience as HTTP cookies are supported so that users do not have to /// login in everytime the application is launched. ///
parameters string>.IDictionary /// Provider specific extra parameters that are sent as query string parameters to login endpoint. ///
리턴 Task