C# Класс Owin.Security.Providers.WSO2.WSO2AuthenticationExtensions

Extension methods for using WSO2AuthenticationMiddleware
Показать файл Открыть проект

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

Метод Описание
UseWSO2Authentication ( this app, WSO2AuthenticationOptions options ) : IAppBuilder

Authenticate users using WSO2 OAuth 2.0

UseWSO2Authentication ( this app, string baseUrl, string clientId, string clientSecret ) : IAppBuilder

Authenticate users using WSO2 OAuth 2.0

Описание методов

UseWSO2Authentication() публичный статический Метод

Authenticate users using WSO2 OAuth 2.0
public static UseWSO2Authentication ( this app, WSO2AuthenticationOptions options ) : IAppBuilder
app this The passed to the configuration method
options WSO2AuthenticationOptions Middleware configuration options
Результат IAppBuilder

UseWSO2Authentication() публичный статический Метод

Authenticate users using WSO2 OAuth 2.0
public static UseWSO2Authentication ( this app, string baseUrl, string clientId, string clientSecret ) : IAppBuilder
app this The passed to the configuration method
baseUrl string The WSO2 Identity Server base url, should be like https://localhost:9443/
clientId string The WSO2 assigned client id
clientSecret string The WSO2 assigned client secret
Результат IAppBuilder