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

org.yamcs.protobuf.TokenResponseOrBuilder Maven / Gradle / Ivy

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

package org.yamcs.protobuf;

public interface TokenResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.auth.TokenResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string access_token = 1;
   * @return Whether the accessToken field is set.
   */
  boolean hasAccessToken();
  /**
   * optional string access_token = 1;
   * @return The accessToken.
   */
  java.lang.String getAccessToken();
  /**
   * optional string access_token = 1;
   * @return The bytes for accessToken.
   */
  com.google.protobuf.ByteString
      getAccessTokenBytes();

  /**
   * optional string token_type = 2;
   * @return Whether the tokenType field is set.
   */
  boolean hasTokenType();
  /**
   * optional string token_type = 2;
   * @return The tokenType.
   */
  java.lang.String getTokenType();
  /**
   * optional string token_type = 2;
   * @return The bytes for tokenType.
   */
  com.google.protobuf.ByteString
      getTokenTypeBytes();

  /**
   * 
   * In seconds
   * 
* * optional int32 expires_in = 3; * @return Whether the expiresIn field is set. */ boolean hasExpiresIn(); /** *
   * In seconds
   * 
* * optional int32 expires_in = 3; * @return The expiresIn. */ int getExpiresIn(); /** * optional string refresh_token = 4; * @return Whether the refreshToken field is set. */ boolean hasRefreshToken(); /** * optional string refresh_token = 4; * @return The refreshToken. */ java.lang.String getRefreshToken(); /** * optional string refresh_token = 4; * @return The bytes for refreshToken. */ com.google.protobuf.ByteString getRefreshTokenBytes(); /** * optional .yamcs.protobuf.iam.UserInfo user = 5; * @return Whether the user field is set. */ boolean hasUser(); /** * optional .yamcs.protobuf.iam.UserInfo user = 5; * @return The user. */ org.yamcs.protobuf.UserInfo getUser(); /** * optional .yamcs.protobuf.iam.UserInfo user = 5; */ org.yamcs.protobuf.UserInfoOrBuilder getUserOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy