Home
last modified time | relevance | path

Searched defs:tokenFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/services/sso/src/test/java/software/amazon/awssdk/services/sso/internal/
H A DSsoAccessTokenProviderTest.java48 String tokenFile = "{\n" + in cachedTokenFile_correctFormat_resolveAccessTokenCorrectly() local
61 String tokenFile = "{\n" + in cachedTokenFile_accessTokenMissing_throwNullPointerException() local
73 String tokenFile = "{\n" + in cachedTokenFile_expiresAtMissing_throwNullPointerException() local
86 String tokenFile = "{\n" + in cachedTokenFile_optionalRegionMissing_resolveAccessTokenCorrectly() local
98 String tokenFile = "{\n" + in cachedTokenFile_optionalStartUrlMissing_resolveAccessTokenCorrectly() local
110 String tokenFile = "{\n" + in cachedTokenFile_alreadyExpired_resolveAccessTokenCorrectly() local
123 String tokenFile = "{\n" + in cachedTokenFile_tokenFileNotExist_throwNullPointerException() local
136 String tokenFile = String.format("{\n" + in cachedTokenFile_AboutToExpire_resolveAccessTokenCorrectly() local
148 String tokenFile = String.format("{\n" + in cachedTokenFile_JustExpired_throwsExpiredTokenException() local
161 String tokenFile = String.format("{\n" + in cachedTokenFile_ExpiredFewSecondsAgo_throwsExpiredTokenException() local
/aosp_15_r20/external/tink/java_src/examples/jwt/
H A DJwtSign.java53 Path tokenFile = Paths.get(args[2]); in main() local
H A DJwtVerify.java53 Path tokenFile = Paths.get(args[2]); in main() local
/aosp_15_r20/external/aws-sdk-java-v2/services/sso/src/test/java/software/amazon/awssdk/services/sso/auth/
H A DSsoProfileCredentialsProviderFactoryTest.java71 String tokenFile = "{\n" + in createSsoCredentialsProviderWithFactorySucceed() local