HandleInvitationRequestBindingDto

data class HandleInvitationRequestBindingDto(var url: String, var organisationId: String, var transport: List<String>?, var redirectUri: String?)

Constructors

Link copied to clipboard
constructor(url: String, organisationId: String, transport: List<String>?, redirectUri: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

For issuer-initiated Authorization Code Flows, provide the authorization server with the URI it should return the user to once authorization is complete. For example: "myapp://example".

Link copied to clipboard

For configurations with multiple transport protocols enabled you can specify which one to use for this interaction. For example: "HTTP".

Link copied to clipboard
var url: String

Typically encoded as a QR code or deep link by the issuer or verifier. For example: "https://example.com/credential-offer".