Interface SignJwtResponseOrBuilder (2.6.0)

publicinterface SignJwtResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId()

publicabstractStringgetKeyId()

The ID of the key used to sign the JWT.

string key_id = 1;

Returns
Type Description
String

The keyId.

getKeyIdBytes()

publicabstractByteStringgetKeyIdBytes()

The ID of the key used to sign the JWT.

string key_id = 1;

Returns
Type Description
ByteString

The bytes for keyId.

getSignedJwt()

publicabstractStringgetSignedJwt()

The signed JWT.

string signed_jwt = 2;

Returns
Type Description
String

The signedJwt.

getSignedJwtBytes()

publicabstractByteStringgetSignedJwtBytes()

The signed JWT.

string signed_jwt = 2;

Returns
Type Description
ByteString

The bytes for signedJwt.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.