Ignore:
Timestamp:
Feb 6, 2019, 9:21:56 PM (5 years ago)
Author:
coas-nagasima
Message:

認証情報をSDカードのclient_secret.jsonから読み込むよう更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/app1_usb_watt_meter/src/client.h

    r364 r371  
    3333 *  の責任を負わない.
    3434 *
    35  *  @(#) $Id$
     35 *  @(#) $Id: client.h 1784 2019-02-06 01:11:25Z coas-nagasima $
    3636 */
    3737
     
    4141typedef struct client_info_t {
    4242        char client_id[80];
     43        //char project_id[32];
     44        //char auth_uri[64];
     45        //char token_uri[48];
     46        //char auth_provider_x509_cert_url[48];
    4347        char client_secret[32];
     48        //char redirect_uris[2][32];
    4449} client_info_t;
    4550
     
    7075typedef enum google_drive_parse_state_t {
    7176        psRoot,
     77        psInstalled,
     78        psClientId,
     79        psProjectId,
     80        psAuthUri,
     81        psTokenUri,
     82        psAuthProviderX509CertUrl,
     83        psClientSecret,
     84        psRedirectUris,
    7285        psDeviceCode,
    7386        psUserCode,
     
    99112        jsonsl_t jsn;
    100113        google_drive_parse_state_t state;
     114        int index;
    101115        char fname[sizeof("1:/log/20160101000000.log")];
    102116        char jsn_buf[256];
Note: See TracChangeset for help on using the changeset viewer.