Skip to content

Commit

Permalink
fix(FirstPartyEndpoint): Allow PDA issuance for private 3rd-party end…
Browse files Browse the repository at this point in the history
…points
  • Loading branch information
gnarea committed Mar 10, 2021
1 parent 283c17d commit 0c58195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal constructor(

@Throws(CertificateException::class)
public fun issueAuthorization(
thirdPartyEndpoint: PublicThirdPartyEndpoint,
thirdPartyEndpoint: ThirdPartyEndpoint,
expiryDate: ZonedDateTime
): AuthorizationBundle {
return issueAuthorization(
Expand Down

0 comments on commit 0c58195

Please sign in to comment.