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.
List all modules of an app that require credentials, along with the required credential type and OAuth scopes. Useful for populating CredentialSelection.appModules when creating a credential request.
For SDK/custom apps, prefix appName with app# — the SDK URL-encodes it.
The app name (e.g. slack, or app#my-custom-app for SDK apps).
App major version number, or 'latest' for the most recent version.
Class providing methods for working with credential requests