YoutubeOAuthResponse
type YoutubeOAuthResponse = object;Defined in: src/structures/Types/NodeLink.ts:267
Properties
Section titled “Properties”| Property (defined in) | Type |
|---|---|
access_token (src/structures/Types/NodeLink.ts:268) | string |
expires_in (src/structures/Types/NodeLink.ts:269) | number |
scope (src/structures/Types/NodeLink.ts:270) | string |
token_type (src/structures/Types/NodeLink.ts:271) | string |