Skip to main content

postMessageResponse()

Home > @backstage/plugin-auth-backend > postMessageResponse

Warning: This API is now obsolete.

Use sendWebMessageResponse from @backstage/plugin-auth-node instead

Signature:

postMessageResponse: (res: express.Response, appOrigin: string, response: WebMessageResponse) => void

Parameters

Parameter

Type

Description

res

express.Response

appOrigin

string

response

WebMessageResponse

**Returns:**

void