Interface SignJwtResponseOrBuilder (3.34.0)

public interface SignJwtResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for signedJwt.