Skip to content

Commit

Permalink
Make Verifiable Credential class internal (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Nithya Ganesh <[email protected]>
  • Loading branch information
nithyaganeshng and Nithya Ganesh authored Apr 3, 2023
1 parent 637556f commit 8d35c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion walletlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ project.afterEvaluate {
from components.release
groupId = 'com.microsoft.entra.verifiedid'
artifactId = 'walletlibrary'
version = "0.0.1-beta.2"
version = "0.0.1-beta.3"
pom {
name = 'walletlibrary'
description = 'Entra VerifiedID WalletLibrary Android'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.*
* Holds the information related to a VerifiedID like the claims, issued and expiry dates.
*/
@Serializable
class VerifiableCredential(
internal class VerifiableCredential(
internal val raw: com.microsoft.did.sdk.credential.models.VerifiableCredential,
internal val contract: VerifiableCredentialContract
): VerifiedId {
Expand Down

0 comments on commit 8d35c37

Please sign in to comment.