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. |