C# Класс Owin.PowerBIAuthenticationExtensions

Power BI Authentication Extensions
Показать файл Открыть проект

Открытые методы

Метод Описание
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