• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TrueLayer / truelayer-java / #78

12 Oct 2023 09:04AM UTC coverage: 91.158% (-0.6%) from 91.724%
#78

push

github-actions

web-flow
[DNTT-165] Adds support for related_products object, X-Device-User-Agent (#228)

3 of 3 new or added lines in 1 file covered. (100.0%)

433 of 475 relevant lines covered (91.16%)

0.91 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/truelayer/java/Constants.java
1
package com.truelayer.java;
2

3
/**
4
 * Library constants class
5
 */
6
public final class Constants {
×
7

8
    /**
9
     * Oauth scopes
10
     */
11
    public static final class Scopes {
×
12
        public static final String PAYMENTS = "payments";
13

14
        public static final String RECURRING_PAYMENTS_SWEEPING = "recurring_payments:sweeping";
15
    }
16

17
    /**
18
     * Version info keys
19
     */
20
    public static final class VersionInfo {
×
21
        public static final String NAME = "name";
22
        public static final String VERSION = "version";
23
    }
24

25
    /**
26
     * HTTP headers names
27
     */
28
    public static final class HeaderNames {
×
29
        public static final String IDEMPOTENCY_KEY = "Idempotency-Key";
30
        public static final String TL_SIGNATURE = "Tl-Signature";
31
        public static final String TL_AGENT = "TL-Agent";
32
        public static final String AUTHORIZATION = "Authorization";
33
        public static final String PROXY_AUTHORIZATION = "Proxy-Authorization";
34
        public static final String X_FORWARDED_FOR = "X-Forwarded-For";
35
        public static final String X_DEVICE_USER_AGENT = "X-Device-User-Agent";
36
        public static final String COOKIE = "Cookie";
37
        public static final String TL_CORRELATION_ID = "X-Tl-Correlation-Id";
38
    }
39
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc