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 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"];
int
repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];
repeated .viam.app.v1.EnabledGrant enabled_grants = 7 [json_name = "enabledGrants"];
int
getEnabledGrantsValue
(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.ByteString
string logout_uri = 6 [json_name = "logoutUri"];
getOriginUris
(int index) repeated string origin_uris = 4 [json_name = "originUris"];
com.google.protobuf.ByteString
getOriginUrisBytes
(int index) repeated string origin_uris = 4 [json_name = "originUris"];
int
repeated 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.ByteString
getRedirectUrisBytes
(int index) repeated string redirect_uris = 5 [json_name = "redirectUris"];
int
repeated 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
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
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<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
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.
-