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

TrueLayer / truelayer-java / #101

13 Jan 2025 11:16AM UTC coverage: 89.888% (-0.7%) from 90.566%
#101

push

github

web-flow
[ACL-264] CI, dependencies, example project and changelog updates (#338)

480 of 534 relevant lines covered (89.89%)

0.9 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
        public static final String RECURRING_PAYMENTS_COMMERCIAL = "recurring_payments:commercial";
17

18
        public static final String SIGNUP_PLUS = "signupplus";
19
    }
20

21
    /**
22
     * Version info keys
23
     */
24
    public static final class VersionInfo {
×
25
        public static final String NAME = "name";
26
        public static final String VERSION = "version";
27
    }
28

29
    /**
30
     * HTTP headers names
31
     */
32
    public static final class HeaderNames {
×
33
        public static final String IDEMPOTENCY_KEY = "Idempotency-Key";
34
        public static final String TL_SIGNATURE = "Tl-Signature";
35
        public static final String TL_AGENT = "TL-Agent";
36
        public static final String AUTHORIZATION = "Authorization";
37
        public static final String PROXY_AUTHORIZATION = "Proxy-Authorization";
38
        public static final String X_FORWARDED_FOR = "X-Forwarded-For";
39
        public static final String X_DEVICE_USER_AGENT = "X-Device-User-Agent";
40
        public static final String COOKIE = "Cookie";
41
        public static final String TL_CORRELATION_ID = "X-Tl-Correlation-Id";
42
        public static final String TL_ENABLE_PAGINATION = "tl-enable-pagination";
43
    }
44
}
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