Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addAllCodeChallengeMethodsSupported(Iterable<String> values) |
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by
this authorization server.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addAllGrantTypesSupported(Iterable<String> values) |
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addAllResponseTypesSupported(Iterable<String> values) |
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addAllScopesSupported(Iterable<String> values) |
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addAllTokenEndpointAuthMethodsSupported(Iterable<String> values) |
JSON array containing a list of client authentication methods supported by this token endpoint.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addCodeChallengeMethodsSupported(String value) |
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by
this authorization server.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addCodeChallengeMethodsSupportedBytes(com.google.protobuf.ByteString value) |
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by
this authorization server.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addGrantTypesSupported(String value) |
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addGrantTypesSupportedBytes(com.google.protobuf.ByteString value) |
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addResponseTypesSupported(String value) |
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addResponseTypesSupportedBytes(com.google.protobuf.ByteString value) |
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addScopesSupported(String value) |
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addScopesSupportedBytes(com.google.protobuf.ByteString value) |
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addTokenEndpointAuthMethodsSupported(String value) |
JSON array containing a list of client authentication methods supported by this token endpoint.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.addTokenEndpointAuthMethodsSupportedBytes(com.google.protobuf.ByteString value) |
JSON array containing a list of client authentication methods supported by this token endpoint.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clear() |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearAuthorizationEndpoint() |
URL of the authorization server's authorization endpoint [RFC6749].
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearCodeChallengeMethodsSupported() |
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by
this authorization server.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearGrantTypesSupported() |
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearIssuer() |
Defines the issuer string in all JWT tokens this server issues.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearJwksUri() |
URL of the authorization server's JWK Set [JWK] document.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearResponseTypesSupported() |
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearScopesSupported() |
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearTokenEndpoint() |
URL of the authorization server's token endpoint [RFC6749].
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clearTokenEndpointAuthMethodsSupported() |
JSON array containing a list of client authentication methods supported by this token endpoint.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.clone() |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.mergeFrom(Auth.OAuth2MetadataResponse other) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.newBuilder() |
|
static Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.newBuilder(Auth.OAuth2MetadataResponse prototype) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.newBuilderForType() |
|
protected Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setAuthorizationEndpoint(String value) |
URL of the authorization server's authorization endpoint [RFC6749].
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setAuthorizationEndpointBytes(com.google.protobuf.ByteString value) |
URL of the authorization server's authorization endpoint [RFC6749].
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setCodeChallengeMethodsSupported(int index,
String value) |
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by
this authorization server.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setGrantTypesSupported(int index,
String value) |
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setIssuer(String value) |
Defines the issuer string in all JWT tokens this server issues.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setIssuerBytes(com.google.protobuf.ByteString value) |
Defines the issuer string in all JWT tokens this server issues.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setJwksUri(String value) |
URL of the authorization server's JWK Set [JWK] document.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setJwksUriBytes(com.google.protobuf.ByteString value) |
URL of the authorization server's JWK Set [JWK] document.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setResponseTypesSupported(int index,
String value) |
Array containing a list of the OAuth 2.0 response_type values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setScopesSupported(int index,
String value) |
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this authorization server supports.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setTokenEndpoint(String value) |
URL of the authorization server's token endpoint [RFC6749].
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setTokenEndpointAuthMethodsSupported(int index,
String value) |
JSON array containing a list of client authentication methods supported by this token endpoint.
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setTokenEndpointBytes(com.google.protobuf.ByteString value) |
URL of the authorization server's token endpoint [RFC6749].
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Auth.OAuth2MetadataResponse.Builder |
Auth.OAuth2MetadataResponse.toBuilder() |
|