ILoopbackClient interface

Varsayılan geri döngü sunucusunu özel bir uygulamayla değiştirmeyi sağlayan LoopbackClient arabirimi.

Yöntem Ayrıntıları

closeServer()

function closeServer()

getRedirectUri()

function getRedirectUri(): string

Döndürülenler

string

listenForAuthCode(string, string)

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

Parametreler

successTemplate

string

errorTemplate

string

Döndürülenler