File tree 2 files changed +14
-0
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -491,6 +491,13 @@ private static MediaType addKnownType(MediaType mediaType) {
491
491
492
492
public static final MediaType JSON_UTF_8 = createConstantUtf8 (APPLICATION_TYPE , "json" );
493
493
494
+ /**
495
+ * For <a href="https://tools.ietf.org/html/7519">JWT objects using the compact Serialization</a>.
496
+ *
497
+ * @since NEXT
498
+ */
499
+ public static final MediaType JWT = createConstant (APPLICATION_TYPE , "jwt" );
500
+
494
501
/**
495
502
* The <a href="http://www.w3.org/TR/appmanifest/">Manifest for a web application</a>.
496
503
*
Original file line number Diff line number Diff line change @@ -491,6 +491,13 @@ private static MediaType addKnownType(MediaType mediaType) {
491
491
492
492
public static final MediaType JSON_UTF_8 = createConstantUtf8 (APPLICATION_TYPE , "json" );
493
493
494
+ /**
495
+ * For <a href="https://tools.ietf.org/html/7519">JWT objects using the compact Serialization</a>.
496
+ *
497
+ * @since NEXT
498
+ */
499
+ public static final MediaType JWT = createConstant (APPLICATION_TYPE , "jwt" );
500
+
494
501
/**
495
502
* The <a href="http://www.w3.org/TR/appmanifest/">Manifest for a web application</a>.
496
503
*
You can’t perform that action at this time.
0 commit comments