Back to Node Auth0

Interface SuccessfulResponse<T>

docs/interfaces/management.SDK.SuccessfulResponse.html

5.9.1917 B
Original Source

Interface SuccessfulResponse<T>

interface SuccessfulResponse<T> {
ok: true;
body: T;
headers?: Record<string, any>;
rawResponse: RawResponse;
}

Type Parameters

  • T

Index

Properties

okbodyheaders?rawResponse

Properties

ok

ok: true

body

body: T

Optional Deprecatedheaders

headers?: Record<string, any>

Use rawResponse instead

rawResponse

rawResponse: RawResponse

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties okbodyheadersrawResponse