public static interface Tool.EndUserAuthConfig.Oauth2JwtBearerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientKey()
Required.
|
com.google.protobuf.ByteString |
getClientKeyBytes()
Required.
|
String |
getIssuer()
Required.
|
com.google.protobuf.ByteString |
getIssuerBytes()
Required.
|
String |
getSubject()
Required.
|
com.google.protobuf.ByteString |
getSubjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIssuer()
Required. Issuer value or parameter name to pass it through.
string issuer = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getIssuerBytes()
Required. Issuer value or parameter name to pass it through.
string issuer = 1 [(.google.api.field_behavior) = REQUIRED];String getSubject()
Required. Subject value or parameter name to pass it through.
string subject = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSubjectBytes()
Required. Subject value or parameter name to pass it through.
string subject = 2 [(.google.api.field_behavior) = REQUIRED];String getClientKey()
Required. Client key value or parameter name to pass it through.
string client_key = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getClientKeyBytes()
Required. Client key value or parameter name to pass it through.
string client_key = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.