Back to Node Auth0

Interface ConnectedAccount

docs/interfaces/management.Management.ConnectedAccount.html

5.9.11.9 KB
Original Source

Interface ConnectedAccount

interface ConnectedAccount {
id: string;
connection: string;
connection_id: string;
strategy: string;
access_type: "offline";
scopes?: string[];
created_at: string;
expires_at?: string;
organization_id?: string;
}

Index

Properties

idconnectionconnection_idstrategyaccess_typescopes?created_atexpires_at?organization_id?

Properties

id

id: string

The unique identifier for the connected account.

connection

connection: string

The name of the connection associated with the account.

connection_id

connection_id: string

The unique identifier of the connection associated with the account.

strategy

strategy: string

The authentication strategy used by the connection.

access_type

access_type: "offline"

Optionalscopes

scopes?: string[]

The scopes granted for this connected account.

created_at

created_at: string

ISO 8601 timestamp when the connected account was created.

Optionalexpires_at

expires_at?: string

ISO 8601 timestamp when the connected account expires.

Optionalorganization_id

organization_id?: string

The identifier of the organization associated with the connected account.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idconnectionconnection_idstrategyaccess_typescopescreated_atexpires_atorganization_id