AuthenticSource

@Serializable
data class AuthenticSource(val id: String, val name: String)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
@SerialName(value = "id")
val id: String

Identifier of the competent insitution as registered in the EESSI Institution Repository.

Link copied to clipboard
@SerialName(value = "name")
val name: String

Name of the competent insitution as registered in the EESSI Institution Repository.