Package viam.app.v1
Interface AppOuterClass.OAuthConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.OAuthConfig,AppOuterClass.OAuthConfig.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.OAuthConfigOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.v1.ClientAuthentication client_authentication = 1 [json_name = "clientAuthentication"];int.viam.app.v1.ClientAuthentication client_authentication = 1 [json_name = "clientAuthentication"];getEnabledGrants(int index) repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];intrepeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];intgetEnabledGrantsValue(int index) repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];string logout_uri = 6 [json_name = "logoutUri"];com.google.protobuf.ByteStringstring logout_uri = 6 [json_name = "logoutUri"];getOriginUris(int index) repeated string origin_uris = 4 [json_name = "originUris"];com.google.protobuf.ByteStringgetOriginUrisBytes(int index) repeated string origin_uris = 4 [json_name = "originUris"];intrepeated string origin_uris = 4 [json_name = "originUris"];repeated string origin_uris = 4 [json_name = "originUris"];getPkce().viam.app.v1.PKCE pkce = 2 [json_name = "pkce"];int.viam.app.v1.PKCE pkce = 2 [json_name = "pkce"];getRedirectUris(int index) repeated string redirect_uris = 5 [json_name = "redirectUris"];com.google.protobuf.ByteStringgetRedirectUrisBytes(int index) repeated string redirect_uris = 5 [json_name = "redirectUris"];intrepeated string redirect_uris = 5 [json_name = "redirectUris"];repeated string redirect_uris = 5 [json_name = "redirectUris"];.viam.app.v1.URLValidation url_validation = 3 [json_name = "urlValidation"];int.viam.app.v1.URLValidation url_validation = 3 [json_name = "urlValidation"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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
AppOuterClass.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
AppOuterClass.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
AppOuterClass.URLValidation getUrlValidation().viam.app.v1.URLValidation url_validation = 3 [json_name = "urlValidation"];- Returns:
- The urlValidation.
-
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
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
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
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<AppOuterClass.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
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
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.
-