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
Promise<AuthorizeResponse>