C# 클래스 Owin.PowerBIAuthenticationExtensions

Power BI Authentication Extensions
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

공개 메소드들

메소드 설명
UsePowerBIAuthentication ( this app, Action setOptions ) : IAppBuilder

Configures the application to use Azure AD with Power BI

UsePowerBIAuthentication ( this app, PowerBIAuthenticationOptions options ) : IAppBuilder

Configures the application to use Azure AD with Power BI

비공개 메소드들

메소드 설명
ConfigureTokenManager ( ) : void
OnAuthorizationCodeReceived ( AuthorizationCodeReceivedNotification context, PowerBIAuthenticationOptions options ) : void
ValidateOptions ( PowerBIAuthenticationOptions options ) : void

메소드 상세

UsePowerBIAuthentication() 공개 정적인 메소드

Configures the application to use Azure AD with Power BI
public static UsePowerBIAuthentication ( this app, Action setOptions ) : IAppBuilder
app this The OWIN app builder
setOptions Action The action to set the authenciation options
리턴 IAppBuilder

UsePowerBIAuthentication() 공개 정적인 메소드

Configures the application to use Azure AD with Power BI
public static UsePowerBIAuthentication ( this app, PowerBIAuthenticationOptions options ) : IAppBuilder
app this The OWIN app builder
options Microsoft.PowerBI.Owin.Security.PowerBIAuthenticationOptions The autheentication options
리턴 IAppBuilder