Refactor getCredential function to support shorthand credential types: 'd' for Default, 'cs' for ClientSecret, and 'dc' for DeviceCode. Remove obsolete client-secret-login script.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
# Ignore node modules and config files
|
||||
node_modules
|
||||
*config.js
|
||||
*config.json
|
||||
.env
|
||||
|
||||
# MacOS system files
|
||||
|
||||
Reference in New Issue
Block a user