ComfyUI Node
OAuth2 Token Manager (WebAPI)
Obtain OAuth2 access token using client credentials or password flow.
OAuth2 Token Manager (WebAPI)
- access_token
- refresh_token
- expires_at
- token_type
◄token_urlhttps://oauth2.googleapis.com/token►
◄client_idyour_client_id►
◄client_secretyour_client_secret►
◄grant_type▾►
◄scope►
◄username►
◄password►
◄timeout10.00►
CategoryTensorVizion/Web API
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| token_url | STRING | https://oauth2.googleapis.com/token | — |
| client_id | STRING | your_client_id | — |
| client_secret | STRING | your_client_secret | — |
| grant_type | COMBO | 2 options: client_credentials, password | |
| scopeopt | STRING | — | |
| usernameopt | STRING | — | |
| passwordopt | STRING | — | |
| timeoutopt | FLOAT | 10.00 | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| access_token | STRING | — |
| refresh_token | STRING | — |
| expires_at | STRING | — |
| token_type | STRING | — |