All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.withabound.models.access_tokens.AccessToken Maven / Gradle / Ivy

Go to download

The Abound Java SDK provides convenient access to the Abound API from applications written in Java.

The newest version!
package com.withabound.models.access_tokens;

public class AccessToken {
  private String accessToken;
  private Long expirationTimestamp;

  public String getAccessToken() {
    return accessToken;
  }

  public Long getExpirationTimestamp() {
    return expirationTimestamp;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy