public interface SignJwtResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
The ID of the key used to sign the JWT.
|
com.google.protobuf.ByteString |
getKeyIdBytes()
The ID of the key used to sign the JWT.
|
String |
getSignedJwt()
The signed JWT.
|
com.google.protobuf.ByteString |
getSignedJwtBytes()
The signed JWT.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKeyId()
The ID of the key used to sign the JWT.
string key_id = 1;com.google.protobuf.ByteString getKeyIdBytes()
The ID of the key used to sign the JWT.
string key_id = 1;String getSignedJwt()
The signed JWT.
string signed_jwt = 2;com.google.protobuf.ByteString getSignedJwtBytes()
The signed JWT.
string signed_jwt = 2;Copyright © 2021 Google LLC. All rights reserved.