- 2.81.0 (latest)
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.73.0
 - 2.71.0
 - 2.70.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.2
 - 2.4.1
 - 2.3.8
 
public interface GetOpenIDConfigResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClaimsSupported(int index)
public abstract String getClaimsSupported(int index)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The claimsSupported at the given index.  | 
      
getClaimsSupportedBytes(int index)
public abstract ByteString getClaimsSupportedBytes(int index)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the claimsSupported at the given index.  | 
      
getClaimsSupportedCount()
public abstract int getClaimsSupportedCount()Supported claims.
 repeated string claims_supported = 6;
| Type | Description | 
| int | The count of claimsSupported.  | 
      
getClaimsSupportedList()
public abstract List<String> getClaimsSupportedList()Supported claims.
 repeated string claims_supported = 6;
| Type | Description | 
| List<String> | A list containing the claimsSupported.  | 
      
getGrantTypes(int index)
public abstract String getGrantTypes(int index)Supported grant types.
 repeated string grant_types = 7;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The grantTypes at the given index.  | 
      
getGrantTypesBytes(int index)
public abstract ByteString getGrantTypesBytes(int index)Supported grant types.
 repeated string grant_types = 7;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the grantTypes at the given index.  | 
      
getGrantTypesCount()
public abstract int getGrantTypesCount()Supported grant types.
 repeated string grant_types = 7;
| Type | Description | 
| int | The count of grantTypes.  | 
      
getGrantTypesList()
public abstract List<String> getGrantTypesList()Supported grant types.
 repeated string grant_types = 7;
| Type | Description | 
| List<String> | A list containing the grantTypes.  | 
      
getIdTokenSigningAlgValuesSupported(int index)
public abstract String getIdTokenSigningAlgValuesSupported(int index)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The idTokenSigningAlgValuesSupported at the given index.  | 
      
getIdTokenSigningAlgValuesSupportedBytes(int index)
public abstract ByteString getIdTokenSigningAlgValuesSupportedBytes(int index)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the idTokenSigningAlgValuesSupported at the given index.  | 
      
getIdTokenSigningAlgValuesSupportedCount()
public abstract int getIdTokenSigningAlgValuesSupportedCount()supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Type | Description | 
| int | The count of idTokenSigningAlgValuesSupported.  | 
      
getIdTokenSigningAlgValuesSupportedList()
public abstract List<String> getIdTokenSigningAlgValuesSupportedList()supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Type | Description | 
| List<String> | A list containing the idTokenSigningAlgValuesSupported.  | 
      
getIssuer()
public abstract String getIssuer()OIDC Issuer.
 string issuer = 1;
| Type | Description | 
| String | The issuer.  | 
      
getIssuerBytes()
public abstract ByteString getIssuerBytes()OIDC Issuer.
 string issuer = 1;
| Type | Description | 
| ByteString | The bytes for issuer.  | 
      
getJwksUri()
public abstract String getJwksUri()JSON Web Key uri.
 string jwks_uri = 2;
| Type | Description | 
| String | The jwksUri.  | 
      
getJwksUriBytes()
public abstract ByteString getJwksUriBytes()JSON Web Key uri.
 string jwks_uri = 2;
| Type | Description | 
| ByteString | The bytes for jwksUri.  | 
      
getResponseTypesSupported(int index)
public abstract String getResponseTypesSupported(int index)Supported response types.
 repeated string response_types_supported = 3;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The responseTypesSupported at the given index.  | 
      
getResponseTypesSupportedBytes(int index)
public abstract ByteString getResponseTypesSupportedBytes(int index)Supported response types.
 repeated string response_types_supported = 3;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the responseTypesSupported at the given index.  | 
      
getResponseTypesSupportedCount()
public abstract int getResponseTypesSupportedCount()Supported response types.
 repeated string response_types_supported = 3;
| Type | Description | 
| int | The count of responseTypesSupported.  | 
      
getResponseTypesSupportedList()
public abstract List<String> getResponseTypesSupportedList()Supported response types.
 repeated string response_types_supported = 3;
| Type | Description | 
| List<String> | A list containing the responseTypesSupported.  | 
      
getSubjectTypesSupported(int index)
public abstract String getSubjectTypesSupported(int index)Supported subject types.
 repeated string subject_types_supported = 4;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The subjectTypesSupported at the given index.  | 
      
getSubjectTypesSupportedBytes(int index)
public abstract ByteString getSubjectTypesSupportedBytes(int index)Supported subject types.
 repeated string subject_types_supported = 4;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the subjectTypesSupported at the given index.  | 
      
getSubjectTypesSupportedCount()
public abstract int getSubjectTypesSupportedCount()Supported subject types.
 repeated string subject_types_supported = 4;
| Type | Description | 
| int | The count of subjectTypesSupported.  | 
      
getSubjectTypesSupportedList()
public abstract List<String> getSubjectTypesSupportedList()Supported subject types.
 repeated string subject_types_supported = 4;
| Type | Description | 
| List<String> | A list containing the subjectTypesSupported.  |