public static interface Tool.EndUserAuthConfig.Oauth2JwtBearerConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientKey()
public abstract String getClientKey()Required. Client key value or parameter name to pass it through.
string client_key = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The clientKey. |
getClientKeyBytes()
public abstract ByteString getClientKeyBytes()Required. Client key value or parameter name to pass it through.
string client_key = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientKey. |
getIssuer()
public abstract String getIssuer()Required. Issuer value or parameter name to pass it through.
string issuer = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The issuer. |
getIssuerBytes()
public abstract ByteString getIssuerBytes()Required. Issuer value or parameter name to pass it through.
string issuer = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for issuer. |
getSubject()
public abstract String getSubject()Required. Subject value or parameter name to pass it through.
string subject = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The subject. |
getSubjectBytes()
public abstract ByteString getSubjectBytes()Required. Subject value or parameter name to pass it through.
string subject = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subject. |