Package gtoken (8.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Classes
Interfaces
Type Aliases
GetTokenCallback
export
type
GetTokenCallback
=
(
err
:
Error
|
null
,
token
?:
TokenData
)
=
>
void
;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Package gtoken (8.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [8.0.0 (latest)](/nodejs/docs/reference/gtoken/latest/overview)\n- [7.1.0](/nodejs/docs/reference/gtoken/7.1.0/overview)\n- [7.0.1](/nodejs/docs/reference/gtoken/7.0.1/overview)\n- [6.1.2](/nodejs/docs/reference/gtoken/6.1.2/overview)\n- [5.3.2](/nodejs/docs/reference/gtoken/5.3.2/overview) \n\nClasses\n-------\n\n### [GoogleToken](/nodejs/docs/reference/gtoken/latest/gtoken/googletoken)\n\nInterfaces\n----------\n\n### [Credentials](/nodejs/docs/reference/gtoken/latest/gtoken/credentials)\n\n### [GetTokenOptions](/nodejs/docs/reference/gtoken/latest/gtoken/gettokenoptions)\n\n### [TokenData](/nodejs/docs/reference/gtoken/latest/gtoken/tokendata)\n\n### [TokenOptions](/nodejs/docs/reference/gtoken/latest/gtoken/tokenoptions)\n\n### [Transporter](/nodejs/docs/reference/gtoken/latest/gtoken/transporter)\n\nType Aliases\n------------\n\n### GetTokenCallback\n\n export type GetTokenCallback = (err: Error | null, token?: TokenData) =\u003e void;"]]