public interface ChallengeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChallenge()
public abstract ByteString getChallenge()Output only. The challenge to be signed by the 2FA key indicated by the public key.
bytes challenge = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The challenge. |
getPublicKeyPem()
public abstract String getPublicKeyPem()Output only. The public key associated with the 2FA key that should sign the challenge.
string public_key_pem = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The publicKeyPem. |
getPublicKeyPemBytes()
public abstract ByteString getPublicKeyPemBytes()Output only. The public key associated with the 2FA key that should sign the challenge.
string public_key_pem = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicKeyPem. |