You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I just wanted to check if any documentation has been planned for this module? Something like this is a generally accepted format for docs. Maybe for this module, they can be grouped by auth types?
Default Credentials
This library provides an implementation of application default credentials for Node.js.
Hello, I just wanted to check if any documentation has been planned for this module? Something like this is a generally accepted format for docs. Maybe for this module, they can be grouped by auth types?
Default Credentials
This library provides an implementation of application default credentials for Node.js.
...
Example
API
auth.getApplicationDefault(callback)
callback.err
Error
An error occurred while trying to find the default credentials.
callback.authClient
Object
Methods
createScopeRequired
Function
If defined, scopes are required.
This is just a skeleton, it can of course be modified to your liking.
Thanks!
The text was updated successfully, but these errors were encountered: