IWebAuthenticator 인터페이스

정의

OAuth와 같은 외부 웹 서비스의 인증에 사용되는 웹 탐색 API입니다.

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

메서드

AuthenticateAsync(WebAuthenticatorOptions)

지정된 URL로 이동하고 콜백 URL 체계로 콜백/리디렉션을 대기하여 인증 흐름을 시작합니다.

확장 메서드

AuthenticateAsync(IWebAuthenticator, Uri, Uri)

지정된 URL로 이동하고 callbackUrl 스키마에 대한 콜백/리디렉션을 대기하여 인증 흐름을 시작합니다.

적용 대상