Interface SignJwtResponseOrBuilder (1.1.8)

public interface SignJwtResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId() (deprecated)

public abstract String getKeyId()

Deprecated.

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.

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.

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.

Deprecated. Migrate to Service Account Credentials API. The signed JWT.

string signed_jwt = 2 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for signedJwt.