Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #53

Closed
stephenplusplus opened this issue Aug 28, 2015 · 1 comment
Closed

Documentation #53

stephenplusplus opened this issue Aug 28, 2015 · 1 comment
Assignees
Labels
docs 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@stephenplusplus
Copy link
Contributor

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

var GoogleAuth = require('google-auth-library');
// ...

API

auth.getApplicationDefault(callback)

callback.err
  • Type: Error

An error occurred while trying to find the default credentials.

callback.authClient
  • Type: Object
Methods
createScopeRequired
  • Type: Function

If defined, scopes are required.

This is just a skeleton, it can of course be modified to your liking.

Thanks!

@JustinBeckwith
Copy link
Contributor

Closing this in favor of #206

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
@JustinBeckwith JustinBeckwith self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants