Back to Node Auth0

Interface UserBlockIdentifier

docs/interfaces/management.Management.UserBlockIdentifier.html

5.9.1896 B
Original Source

Interface UserBlockIdentifier

interface UserBlockIdentifier {
identifier?: string;
ip?: string;
connection?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

identifier?ip?connection?

Properties

Optionalidentifier

identifier?: string

Identifier (should be any of an email, username, or phone_number)

Optionalip

ip?: string

IP Address

Optionalconnection

connection?: string

Connection identifier

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties identifieripconnection