Show / Hide Table of Contents

Class MauiAuthenticationBrowser

Inheritance
object
MauiAuthenticationBrowser
Implements
IBrowser
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.OAuth
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
public class MauiAuthenticationBrowser : IBrowser, ITransientDependency

Constructors

MauiAuthenticationBrowser()

Declaration
public MauiAuthenticationBrowser()

Methods

InvokeAsync(BrowserOptions, CancellationToken)

Declaration
public Task<BrowserResult> InvokeAsync(BrowserOptions options, CancellationToken cancellationToken = default)
Parameters
Type Name Description
BrowserOptions options
CancellationToken cancellationToken
Returns
Type Description
Task<BrowserResult>

Implements

IdentityModel.OidcClient.Browser.IBrowser
Volo.Abp.DependencyInjection.ITransientDependency
In this article
Back to top Powered by Volosoft