[[["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,["# GoogleOAuthAccessToken interface\n\nInterface for Google OAuth 2.0 access tokens.\n\n**Signature:** \n\n export interface GoogleOAuthAccessToken \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------------------|--------|-------------|\n| [access_token](./firebase-admin.app.googleoauthaccesstoken.md#googleoauthaccesstokenaccess_token) | string | |\n| [expires_in](./firebase-admin.app.googleoauthaccesstoken.md#googleoauthaccesstokenexpires_in) | number | |\n\nGoogleOAuthAccessToken.access_token\n-----------------------------------\n\n**Signature:** \n\n access_token: string;\n\nGoogleOAuthAccessToken.expires_in\n---------------------------------\n\n**Signature:** \n\n expires_in: number;"]]