Nodes/OmniNodes/OAuth2 Token Manager (WebAPI)
ComfyUI Node

OAuth2 Token Manager (WebAPI)

Obtain OAuth2 access token using client credentials or password flow.

By TensorVizion·Created 2 months ago·Updated 17 days ago· 0
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)

    NameTypeDefaultDescription
    token_urlSTRINGhttps://oauth2.googleapis.com/token
    client_idSTRINGyour_client_id
    client_secretSTRINGyour_client_secret
    grant_typeCOMBO2 options: client_credentials, password
    scopeoptSTRING
    usernameoptSTRING
    passwordoptSTRING
    timeoutoptFLOAT10.00

    Outputs (4)

    NameTypeDescription
    access_tokenSTRING
    refresh_tokenSTRING
    expires_atSTRING
    token_typeSTRING