Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10360059
ExampleCredentials.credentials.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
606 B
Referenced Files
None
Subscribers
None
ExampleCredentials.credentials.ts
View Options
import
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
class
ExampleCredentials
implements
ICredentialType
{
name
=
'exampleCredentials'
;
displayName
=
'Example Credentials'
;
properties
:
INodeProperties
[]
=
[
// Credential data to request from the user, saved in encrypted format.
// Credential properties are defined exactly like node properties.
{
displayName
:
'Base URL'
,
name
:
'url'
,
type
:
'string'
,
default
:
''
,
placeholder
:
'https://example.com'
,
},
{
displayName
:
'Access Token'
,
name
:
'accessToken'
,
type
:
'string'
,
default
:
''
,
},
];
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sat, Nov 8, 04:11 (16 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1033544
Default Alt Text
ExampleCredentials.credentials.ts (606 B)
Attached To
Mode
rNPN n8n-phabricator-node
Attached
Detach File
Event Timeline
Log In to Comment