InternalKJWTApi
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS, AnnotationTarget.VALUE_PARAMETER] )
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This API is internal and not intended to be used by external applications. It may be changed in the future without notice.")
APIs annotated as internal KJWT API are not meant for usage in client code; there are no guarantees about binary nor source compatibility, and the behavior can change at any time. Avoid the usage of these APIs in client code!