Implementation is not thread-safe.
100101102103104105106107108109110
.fromFile() .build() .generateCredential(); // Construct a DfaSession. DfaSession session = new DfaSession.Builder() .fromFile() .withOAuth2Credential(oAuth2Credential) .build(); DfaServices dfaServices = new DfaServices();
5657585960616263646566
7273747576777879808182
7475767778798081828384
6465666768697071727374
8384858687888990919293
9899100101102103104105106107108
6768697071727374757677
8889909192939495969798