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

com.sap.cloud.sdk.cloudplatform.metering.OAuthToken Maven / Gradle / Ivy

/*
 * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
 */

package com.sap.cloud.sdk.cloudplatform.metering;

import com.google.gson.annotations.SerializedName;

import lombok.Data;

@Data
class OAuthToken
{
    @SerializedName( "access_token" )
    private final String accessToken;

    @SerializedName( "token_type" )
    private final String tokenType;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy