public interface SignJwtResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKeyId() (deprecated)
public abstract String getKeyId()Deprecated. google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
Deprecated. Migrate to Service Account Credentials API.
The id of the key used to sign the JWT.
string key_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The keyId. |
getKeyIdBytes() (deprecated)
public abstract ByteString getKeyIdBytes()Deprecated. google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
Deprecated. Migrate to Service Account Credentials API.
The id of the key used to sign the JWT.
string key_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyId. |
getSignedJwt() (deprecated)
public abstract String getSignedJwt()Deprecated. google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
string signed_jwt = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The signedJwt. |
getSignedJwtBytes() (deprecated)
public abstract ByteString getSignedJwtBytes()Deprecated. google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
string signed_jwt = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for signedJwt. |