Interface OpenIdConnectSecuritySchemeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OpenIdConnectSecurityScheme, OpenIdConnectSecurityScheme.Builder

@Generated public interface OpenIdConnectSecuritySchemeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Description of this security scheme.
    com.google.protobuf.ByteString
    Description of this security scheme.
    Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
    com.google.protobuf.ByteString
    Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescription

      String getDescription()
       Description of this security scheme.
       
      string description = 1;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description of this security scheme.
       
      string description = 1;
      Returns:
      The bytes for description.
    • getOpenIdConnectUrl

      String getOpenIdConnectUrl()
       Well-known URL to discover the [[OpenID-Connect-Discovery]] provider
       metadata.
       
      string open_id_connect_url = 2;
      Returns:
      The openIdConnectUrl.
    • getOpenIdConnectUrlBytes

      com.google.protobuf.ByteString getOpenIdConnectUrlBytes()
       Well-known URL to discover the [[OpenID-Connect-Discovery]] provider
       metadata.
       
      string open_id_connect_url = 2;
      Returns:
      The bytes for openIdConnectUrl.