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

org.yamcs.protobuf.OpenIDConnectInfoOrBuilder 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 OpenIDConnectInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.auth.OpenIDConnectInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The value provided when registering Yamcs against an OpenID server
   * 
* * optional string clientId = 1; * @return Whether the clientId field is set. */ boolean hasClientId(); /** *
   * The value provided when registering Yamcs against an OpenID server
   * 
* * optional string clientId = 1; * @return The clientId. */ java.lang.String getClientId(); /** *
   * The value provided when registering Yamcs against an OpenID server
   * 
* * optional string clientId = 1; * @return The bytes for clientId. */ com.google.protobuf.ByteString getClientIdBytes(); /** *
   * Endpoint for for authentication or consent
   * 
* * optional string authorizationEndpoint = 2; * @return Whether the authorizationEndpoint field is set. */ boolean hasAuthorizationEndpoint(); /** *
   * Endpoint for for authentication or consent
   * 
* * optional string authorizationEndpoint = 2; * @return The authorizationEndpoint. */ java.lang.String getAuthorizationEndpoint(); /** *
   * Endpoint for for authentication or consent
   * 
* * optional string authorizationEndpoint = 2; * @return The bytes for authorizationEndpoint. */ com.google.protobuf.ByteString getAuthorizationEndpointBytes(); /** *
   * Scope for authorization requests (value to be interpreted by client-side web application) 
   * 
* * optional string scope = 3; * @return Whether the scope field is set. */ boolean hasScope(); /** *
   * Scope for authorization requests (value to be interpreted by client-side web application) 
   * 
* * optional string scope = 3; * @return The scope. */ java.lang.String getScope(); /** *
   * Scope for authorization requests (value to be interpreted by client-side web application) 
   * 
* * optional string scope = 3; * @return The bytes for scope. */ com.google.protobuf.ByteString getScopeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy