Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Sep 20, 2023
1 parent 78f1dcd commit 69f83c3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@
],
"resourceTypes": [
],
"token": {
"value": "vv/MQBHmWaNm+TX/EigReQ=="
},
"uuid": "f8468909-a797-4b10-8b5f-000cba337bfa"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@
],
"resourceTypes": [
],
"token": {
"value": "vv/MQBHmWaNm+TX/EigReQ=="
},
"uuid": "f8468909-a797-4b10-8b5f-000cba337bfa"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@
],
"resourceTypes": [
],
"token": {
"value": "vv/MQBHmWaNm+TX/EigReQ=="
},
"uuid": "f8468909-a797-4b10-8b5f-000cba337bfa"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@
],
"resourceTypes": [
],
"token": {
"value": "vv/MQBHmWaNm+TX/EigReQ=="
},
"uuid": "f8468909-a797-4b10-8b5f-000cba337bfa"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@
],
"resourceTypes": [
],
"token": {
"value": "vv/MQBHmWaNm+TX/EigReQ=="
},
"uuid": "f8468909-a797-4b10-8b5f-000cba337bfa"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object AuthTokenProvider {
def apply(authService: OpenIdAuthService): UIO[AuthTokenProvider] = {
KeyValueStore[ClientCredentials, ParsedToken]().map(cache => new CachingOpenIdAuthTokenProvider(authService, cache))
}
def anonymousForTest: AuthTokenProvider = new AnonymousAuthTokenProvider
def anonymousForTest: AuthTokenProvider = new AnonymousAuthTokenProvider
def fixedForTest(token: String): AuthTokenProvider = new AuthTokenProvider {
override def apply(credentials: Credentials): UIO[Option[AuthToken]] = UIO.pure(Some(AuthToken(token)))
}
Expand Down

0 comments on commit 69f83c3

Please sign in to comment.