63 Mockito.when(
mockToken256.
getJwt()).thenReturn(JWTParser.parse(
"eyJhbGciOiJub25lIn0.eyJhbGciOiJIUzI1NiIsInN1YiI6ImV4YW1wbGVfdXNlciIsImlzcyI6Ind3dy5leGFtcGxlLmNvbSIsInR5cCI6IkpXVCJ9."));
73 Mockito.when(
mockToken384.
getJwt()).thenReturn(JWTParser.parse(
"eyJhbGciOiJub25lIn0.eyJhbGciOiJFUzM4NCIsInN1YiI6ImFub3RoZXJfdXNlciIsImlzcyI6Ind3dy5hbm90aGVyLWV4YW1wbGUubmV0IiwidHlwIjoiSldUIn0."));
83 Mockito.when(
mockToken512.
getJwt()).thenReturn(JWTParser.parse(
"eyJhbGciOiJub25lIn0.eyJhbGciOiJSUzUxMiIsInN1YiI6ImRpZmZlcmVudF91c2VyIiwiaXNzIjoid3d3LmRpZmZlcmVudC5jb20iLCJ0eXAiOiJKV1QifQ."));
OAuth2AccessTokenEntity mockToken512
Definition: TestIdTokenHashUtils.java:50
OAuth2AccessTokenEntity mockToken256
Definition: TestIdTokenHashUtils.java:46
JWT getJwt()
Definition: OAuth2AccessTokenEntity.java:265
OAuth2AccessTokenEntity mockToken384
Definition: TestIdTokenHashUtils.java:48