ILoopbackClient interface

Rozhraní pro LoopbackClient umožňující nahradit výchozí server zpětné smyčky vlastní implementací.

Podrobnosti metody

closeServer()

function closeServer()

getRedirectUri()

function getRedirectUri(): string

Návraty

string

listenForAuthCode(string, string)

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

Parametry

successTemplate

string

errorTemplate

string

Návraty