To get the structured details, use {@link #getDetails()}.
Sample usage can be found for {@link AuthorizationCodeTokenRequest}.
6970717273747576777879
} public static void main(String[] args) throws Exception { // Generate a refreshable OAuth2 credential, which replaces legacy passwords // and can be used in place of a service account. Credential oAuth2Credential = new OfflineCredentials.Builder() .forApi(Api.DFA) .fromFile() .build() .generateCredential();
109110111112113114115116117118119
5152535455565758596061
private static final int PAGE_SIZE = 100; public static void main(String[] args) throws Exception { // Generate a refreshable OAuth2 credential similar to a ClientLogin token // and can be used in place of a service account. Credential oAuth2Credential = new OfflineCredentials.Builder() .forApi(Api.ADWORDS) .fromFile() .build() .generateCredential();
8283848586878889909192
5960616263646566676869
5657585960616263646566
6566676869707172737475
6263646566676869707172
5859606162636465666768
6162636465666768697071