[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["Interface that provides Google OAuth2 access tokens used to authenticate with Firebase services.\n\nIn most cases, you will not need to implement this yourself and can instead use the default implementations provided by the `firebase-admin/app` module.\n\n**Signature:** \n\n export interface Credential \n\nMethods\n\nCredential.getAccessToken()\n\nReturns a Google OAuth2 access token object used to authenticate with Firebase services.\n\n**Signature:** \n\n getAccessToken(): Promise\u003cGoogleOAuthAccessToken\u003e;\n\n**Returns:**\n\nPromise\\\u003c[GoogleOAuthAccessToken](./firebase-admin.app.googleoauthaccesstoken.md#googleoauthaccesstoken_interface)\\\u003e\n\nA Google OAuth2 access token object."]]