Interface ChallengeOrBuilder (2.98.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface ChallengeOrBuilder extends MessageOrBuilder
Methods
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.
|
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 2026-08-05 UTC.
[null,null,["Last updated 2026-08-05 UTC."],[],[]]