Create a new action for credential creation (connection or key)
Create a credential request by connection/key types. Use this when you know the exact connection or key types needed.
Decline a credential by ID
Optionalreason: stringDelete a credential request and all associated credentials (connections and keys) by ID
The ID of the credential request to delete
Delete a credential and reset its state to pending
Extend an existing connection's OAuth scopes. Creates a credential request that the end-user must authorize to grant additional scopes.
Get a credential request by ID
Get full detail of a credential request including associated credentials
List credential requests for a given team, with optional additional filtering and pagination.
The team to list credential requests for.
Optionaloptions: ListCredentialRequestsOptions<C>Optional filters (user, provider, status, name) and pagination.
Class providing methods for working with credential requests