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

de.adorsys.multibanking.ing.api.ApplicationTokenResponse Maven / Gradle / Ivy

There is a newer version: 5.5.34
Show newest version
package de.adorsys.multibanking.ing.api;

import com.fasterxml.jackson.annotation.JsonProperty;

public class ApplicationTokenResponse extends TokenResponse {
    @JsonProperty("client_id")
    private String clientId;

    public final String getClientId() {
        return clientId;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy