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

hyperledger / identus-cloud-agent / 8967352761

06 May 2024 09:58AM UTC coverage: 47.583% (-1.7%) from 49.29%
8967352761

Pull #909

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

48 of 618 new or added lines in 31 files covered. (7.77%)

194 existing lines in 65 files now uncovered.

7362 of 15472 relevant lines covered (47.58%)

0.48 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