Skip to content

Commit ebd29dc

Browse files
committed
adding doc tags
1 parent 7a13ebc commit ebd29dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iap/src/main/java/com/example/iap/VerifyIapRequestHeader.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/** Verify IAP authorization JWT token in incoming request. */
4545
public class VerifyIapRequestHeader {
46-
46+
// [START verify_iap_request]
4747
private static final String PUBLIC_KEY_VERIFICATION_URL =
4848
"https://www.gstatic.com/iap/verify/public_key";
4949
private static final String IAP_ISSUER_URL = "https://cloud.google.com/iap";
@@ -159,4 +159,5 @@ private ECPublicKey getKey(String keyText) throws IOException {
159159
}
160160
return null;
161161
}
162+
// [END verify_iap_request]
162163
}

0 commit comments

Comments
 (0)