Package viam.app.v1

Interface App.OAuthConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.OAuthConfig, App.OAuthConfig.Builder
Enclosing class:
App

public static interface App.OAuthConfigOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getClientAuthenticationValue

      int getClientAuthenticationValue()
      .viam.app.v1.ClientAuthentication client_authentication = 1 [json_name = "clientAuthentication"];
      Returns:
      The enum numeric value on the wire for clientAuthentication.
    • getClientAuthentication

      App.ClientAuthentication getClientAuthentication()
      .viam.app.v1.ClientAuthentication client_authentication = 1 [json_name = "clientAuthentication"];
      Returns:
      The clientAuthentication.
    • getPkceValue

      int getPkceValue()
      .viam.app.v1.PKCE pkce = 2 [json_name = "pkce"];
      Returns:
      The enum numeric value on the wire for pkce.
    • getPkce

      App.PKCE getPkce()
      .viam.app.v1.PKCE pkce = 2 [json_name = "pkce"];
      Returns:
      The pkce.
    • getUrlValidationValue

      int getUrlValidationValue()
      .viam.app.v1.URLValidation url_validation = 3 [json_name = "urlValidation"];
      Returns:
      The enum numeric value on the wire for urlValidation.
    • getUrlValidation

      App.URLValidation getUrlValidation()
      .viam.app.v1.URLValidation url_validation = 3 [json_name = "urlValidation"];
      Returns:
      The urlValidation.
    • getOriginUrisList

      List<String> getOriginUrisList()
      repeated string origin_uris = 4 [json_name = "originUris"];
      Returns:
      A list containing the originUris.
    • getOriginUrisCount

      int getOriginUrisCount()
      repeated string origin_uris = 4 [json_name = "originUris"];
      Returns:
      The count of originUris.
    • getOriginUris

      String getOriginUris(int index)
      repeated string origin_uris = 4 [json_name = "originUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The originUris at the given index.
    • getOriginUrisBytes

      com.google.protobuf.ByteString getOriginUrisBytes(int index)
      repeated string origin_uris = 4 [json_name = "originUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The originUris at the given index.
    • getRedirectUrisList

      List<String> getRedirectUrisList()
      repeated string redirect_uris = 5 [json_name = "redirectUris"];
      Returns:
      A list containing the redirectUris.
    • getRedirectUrisCount

      int getRedirectUrisCount()
      repeated string redirect_uris = 5 [json_name = "redirectUris"];
      Returns:
      The count of redirectUris.
    • getRedirectUris

      String getRedirectUris(int index)
      repeated string redirect_uris = 5 [json_name = "redirectUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The redirectUris at the given index.
    • getRedirectUrisBytes

      com.google.protobuf.ByteString getRedirectUrisBytes(int index)
      repeated string redirect_uris = 5 [json_name = "redirectUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The redirectUris at the given index.
    • getLogoutUri

      String getLogoutUri()
      string logout_uri = 6 [json_name = "logoutUri"];
      Returns:
      The logoutUri.
    • getLogoutUriBytes

      com.google.protobuf.ByteString getLogoutUriBytes()
      string logout_uri = 6 [json_name = "logoutUri"];
      Returns:
      The bytes for logoutUri.
    • getEnabledGrantsList

      List<App.EnabledGrant> getEnabledGrantsList()
      repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];
      Returns:
      A list containing the enabledGrants.
    • getEnabledGrantsCount

      int getEnabledGrantsCount()
      repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];
      Returns:
      The count of enabledGrants.
    • getEnabledGrants

      App.EnabledGrant getEnabledGrants(int index)
      repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The enabledGrants at the given index.
    • getEnabledGrantsValueList

      List<Integer> getEnabledGrantsValueList()
      repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];
      Returns:
      A list containing the enum numeric values on the wire for enabledGrants.
    • getEnabledGrantsValue

      int getEnabledGrantsValue(int index)
      repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of enabledGrants at the given index.