Back to Node Auth0

Interface EventStreamWebhookBasicAuth

docs/interfaces/management.Management.EventStreamWebhookBasicAuth.html

5.9.1649 B
Original Source

Interface EventStreamWebhookBasicAuth

Basic Authorization for HTTP requests (e.g., 'Basic credentials').

interface EventStreamWebhookBasicAuth {
method: "basic";
username: string;
}

Index

Properties

methodusername

Properties

method

method: "basic"

username

username: string

Username

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties methodusername