Skip to content

Commit

Permalink
Update atala-prism-sdk/src/commonMain/kotlin/io/iohk/atala/prism/wall…
Browse files Browse the repository at this point in the history
…etsdk/domain/models/VerifiableCredential.kt

Co-authored-by: Pete Vielhaber <peter.vielhaber@iohk.io>
  • Loading branch information
hamada147 and petevielhaber authored Dec 14, 2023
1 parent 7d197b3 commit bd85072
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ data class VerifiableCredentialTypeContainer(
* Enum class representing different types of verifiable credentials.
* The CredentialType is used to indicate the type of verifiable credential.
* The possible values of the enum are jwt, w3c, and unknown.
* Note: The CredentialType enum is used to indicate the type of verifiable credential.
::: info
The CredentialType enum is used to indicate the type of verifiable credential.
:::
*/
@Serializable
enum class CredentialType(val type: String) {
Expand Down

0 comments on commit bd85072

Please sign in to comment.