Partager via


IWebAuthenticator Interface

Définition

API de navigation web destinée à être utilisée pour l’authentification auprès de services web externes tels qu’OAuth.

public interface class IWebAuthenticator
public interface IWebAuthenticator
type IWebAuthenticator = interface
Public Interface IWebAuthenticator

Méthodes

AuthenticateAsync(WebAuthenticatorOptions)

Commencez un flux d’authentification en accédant à l’URL spécifiée et en attendant un rappel/redirection vers le schéma d’URL de rappel.

Méthodes d’extension

AuthenticateAsync(IWebAuthenticator, Uri, Uri)

Commencez un flux d’authentification en accédant à l’URL spécifiée et en attendant un rappel/redirection vers le schéma callbackUrl.

S’applique à