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

com.plaid.client.response.ItemAccessTokenInvalidateResponse Maven / Gradle / Ivy

package com.plaid.client.response;

/**
 * Response object for /item/access_token/invalidate endpoint.
 */
public final class ItemAccessTokenInvalidateResponse extends BaseResponse {
  private String newAccessToken;

  public String getNewAccessToken() {
    return newAccessToken;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy