編集

次の方法で共有


ILoopbackClient interface

Interface for LoopbackClient allowing to replace the default loopback server with a custom implementation.

Method Details

closeServer()

function closeServer()

getRedirectUri()

function getRedirectUri(): string

Returns

string

listenForAuthCode(string, string)

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

Parameters

successTemplate

string

errorTemplate

string

Returns