ILoopbackClient interface

기본 루프백 서버를 사용자 지정 구현으로 바꿀 수 있는 LoopbackClient 인터페이스입니다.

메서드 세부 정보

closeServer()

function closeServer()

getRedirectUri()

function getRedirectUri(): string

반품

string

listenForAuthCode(string, string)

function listenForAuthCode(successTemplate?: string, errorTemplate?: string): Promise<AuthorizeResponse>

매개 변수

successTemplate

string

errorTemplate

string

반품