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

io.opencannabis.schema.oauth.ConsentOrBuilder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2019, Momentum Ideas Co.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: oauth/Client.proto

package io.opencannabis.schema.oauth;

public interface ConsentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencannabis.oauth.Consent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * ID value of THIS indvidual request.
   * 
* * string id = 1; */ java.lang.String getId(); /** *
   * ID value of THIS indvidual request.
   * 
* * string id = 1; */ com.google.protobuf.ByteString getIdBytes(); /** *
   * Client ID value.
   * 
* * string client_id = 2; */ java.lang.String getClientId(); /** *
   * Client ID value.
   * 
* * string client_id = 2; */ com.google.protobuf.ByteString getClientIdBytes(); /** *
   * Expires-at value.
   * 
* * .opencannabis.temporal.Instant expires_at = 3; */ boolean hasExpiresAt(); /** *
   * Expires-at value.
   * 
* * .opencannabis.temporal.Instant expires_at = 3; */ io.opencannabis.schema.temporal.TemporalInstant.Instant getExpiresAt(); /** *
   * Expires-at value.
   * 
* * .opencannabis.temporal.Instant expires_at = 3; */ io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getExpiresAtOrBuilder(); /** *
   * Redirect URI.
   * 
* * string redirect_uri = 4; */ java.lang.String getRedirectUri(); /** *
   * Redirect URI.
   * 
* * string redirect_uri = 4; */ com.google.protobuf.ByteString getRedirectUriBytes(); /** *
   * Requested scopes.
   * 
* * repeated string requested_scope = 5; */ java.util.List getRequestedScopeList(); /** *
   * Requested scopes.
   * 
* * repeated string requested_scope = 5; */ int getRequestedScopeCount(); /** *
   * Requested scopes.
   * 
* * repeated string requested_scope = 5; */ java.lang.String getRequestedScope(int index); /** *
   * Requested scopes.
   * 
* * repeated string requested_scope = 5; */ com.google.protobuf.ByteString getRequestedScopeBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy