We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13ebc commit ebd29dcCopy full SHA for ebd29dc
iap/src/main/java/com/example/iap/VerifyIapRequestHeader.java
@@ -43,7 +43,7 @@
43
44
/** Verify IAP authorization JWT token in incoming request. */
45
public class VerifyIapRequestHeader {
46
-
+ // [START verify_iap_request]
47
private static final String PUBLIC_KEY_VERIFICATION_URL =
48
"https://www.gstatic.com/iap/verify/public_key";
49
private static final String IAP_ISSUER_URL = "https://cloud.google.com/iap";
@@ -159,4 +159,5 @@ private ECPublicKey getKey(String keyText) throws IOException {
159
}
160
return null;
161
162
+ // [END verify_iap_request]
163
0 commit comments