• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

input-output-hk / atala-prism-building-blocks / 8920398831

02 May 2024 07:45AM UTC coverage: 47.494% (-1.8%) from 49.277%
8920398831

Pull #909

patlo-iog
Merge branch 'main' into oidc
Pull Request #909: feat(agent): define the OAS for CredentialIssuerEndpoints [WIP]

47 of 618 new or added lines in 31 files covered. (7.61%)

220 existing lines in 64 files now uncovered.

7336 of 15446 relevant lines covered (47.49%)

0.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/model/oidc4vc/CredentialIssuer.scala
1
package org.hyperledger.identus.pollux.core.model.oidc4vc
2

3
import java.net.URL
4
import java.time.Instant
5
import java.util.UUID
6

7
case class CredentialIssuer(id: UUID, authorizationServer: URL, createdAt: Instant, updatedAt: Instant)
8

9
object CredentialIssuer {
NEW
10
  def apply(authorizationServer: URL): CredentialIssuer = {
×
NEW
11
    val now = Instant.now
×
NEW
12
    CredentialIssuer(UUID.randomUUID(), authorizationServer, now, now)
×
13
  }
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc