IWebAuthenticator Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |