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

momento.auth._RefreshApiTokenRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: auth.proto

package momento.auth;

public interface _RefreshApiTokenRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:auth._RefreshApiTokenRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * the existing api token to be refreshed
   * 
* * string api_key = 1; * @return The apiKey. */ java.lang.String getApiKey(); /** *
   * the existing api token to be refreshed
   * 
* * string api_key = 1; * @return The bytes for apiKey. */ com.google.protobuf.ByteString getApiKeyBytes(); /** *
   * the refresh token that was generated with that api token
   * 
* * string refresh_token = 2; * @return The refreshToken. */ java.lang.String getRefreshToken(); /** *
   * the refresh token that was generated with that api token
   * 
* * string refresh_token = 2; * @return The bytes for refreshToken. */ com.google.protobuf.ByteString getRefreshTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy