Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: permutive-engineering/fs2-pubsub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6201f57322da43559caca7c752461ff6ce4e64bd
Choose a base ref
..
head repository: permutive-engineering/fs2-pubsub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 820249d820a62023fb92754a0745ab45bf1578df
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 fs2-google-pubsub-http/src/main/scala/com/permutive/pubsub/http/oauth/OAuth.scala
Original file line number Diff line number Diff line change
@@ -22,16 +22,16 @@ import scala.concurrent.duration.FiniteDuration

trait OAuth[F[_]] {

@deprecated(
"Use `fs2-pubsub` instead. Replace with: `\"com.permutive\" %% \"fs2-pubsub\" % \"1.0.0\"`",
since = "0.22.2"
)
/** Based on https://developers.google.com/identity/protocols/OAuth2ServiceAccount
* @param iss The email address of the service account.
* @param scope A space-delimited list of the permissions that the application requests.
* @param exp The expiration time of the assertion, specified as milliseconds since 00:00:00 UTC, January 1, 1970.
* @param iat The time the assertion was issued, specified as milliseconds since 00:00:00 UTC, January 1, 1970.
*/
@deprecated(
"Use `fs2-pubsub` instead. Replace with: `\"com.permutive\" %% \"fs2-pubsub\" % \"1.0.0\"`",
since = "0.22.2"
)
def authenticate(
iss: String,
scope: String,