Back to Node Auth0

Class FederatedConnectionsTokensetsClient

docs/classes/management.SDK.FederatedConnectionsTokensetsClient.html

5.9.13.8 KB
Original Source

Class FederatedConnectionsTokensetsClient

Index

Constructors

constructor

Methods

listdelete

Properties

_options

Constructors

constructor

new FederatedConnectionsTokensetsClient(
options: BaseClientOptions,
): FederatedConnectionsTokensetsClient

Parameters

Returns FederatedConnectionsTokensetsClient

Methods

list

list(
id: string,
requestOptions?: FederatedConnectionsTokensetsClient.RequestOptions,
): HttpResponsePromise<FederatedConnectionTokenSet[]>

List active federated connections tokensets for a provided user

Parameters

  • id: string

User identifier

Request-specific configuration.

Returns HttpResponsePromise<FederatedConnectionTokenSet[]>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.NotFoundError

Throws

Management.TooManyRequestsError

Example

await client.users.federatedConnectionsTokensets.list("id")Copy

delete

delete(
id: string,
tokenset_id: string,
requestOptions?: FederatedConnectionsTokensetsClient.RequestOptions,
): HttpResponsePromise<void>

Parameters

  • id: string

Id of the user that owns the tokenset

  • tokenset_id: string

The tokenset id

Request-specific configuration.

Returns HttpResponsePromise<void>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.users.federatedConnectionsTokensets.delete("id", "tokenset_id")Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods listdelete Properties _options