Functions
Link copied to clipboard
inline fun <T : Serializable> RequestCredential.Companion.build(fromDID: DID, toDID: DID, thid: String?, credentials: Map<String, T> = mapOf()): RequestCredential
Builds a RequestCredential object using the provided parameters.
Link copied to clipboard
Converts a Message object to a RequestCredential object.
Link copied to clipboard
Creates a RequestCredential object based on the provided OfferCredential.