C# Класс SimpleAuth.iOS.WebAuthenticatorViewController

Наследование: UIViewController
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Authenticator SimpleAuth.iOS.WebAuthenticator

Private Properties

Свойство Тип Описание
BeginLoadingInitialUrl System.Threading.Tasks.Task
Cancel void
ClearCookies void
HandleBrowsingCompleted void
LoadCookies void
LoadInitialUrl void
MonitorAuthenticator System.Threading.Tasks.Task
RealLoading System.Threading.Tasks.Task

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

Метод Описание
WebAuthenticatorViewController ( SimpleAuth.iOS.WebAuthenticator authenticator ) : System

Приватные методы

Метод Описание
BeginLoadingInitialUrl ( ) : System.Threading.Tasks.Task
Cancel ( ) : void
ClearCookies ( ) : void
HandleBrowsingCompleted ( object sender, EventArgs e ) : void
LoadCookies ( ) : void
LoadInitialUrl ( Uri url ) : void
MonitorAuthenticator ( ) : System.Threading.Tasks.Task
RealLoading ( ) : System.Threading.Tasks.Task

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

WebAuthenticatorViewController() публичный Метод

public WebAuthenticatorViewController ( SimpleAuth.iOS.WebAuthenticator authenticator ) : System
authenticator SimpleAuth.iOS.WebAuthenticator
Результат System

Описание свойств

Authenticator публичное свойство

public WebAuthenticator,SimpleAuth.iOS Authenticator
Результат SimpleAuth.iOS.WebAuthenticator