Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
187 changes: 148 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions credentialsd-common/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,6 @@ impl Transport {
}
}

/// Details about the calling application to be displayed in the UI.
#[derive(Debug, Default, Clone, Serialize, Deserialize, Type)]
pub struct RequestingApplication {
/// The App ID (if called on the portal interface) or path (if called on the
/// internal interface).
pub path_or_app_id: String,

/// The name of the application.
pub name: Optional<String>,

/// The PID of the application
pub pid: u32,
}

#[derive(Debug, Default, Clone, Serialize, Deserialize, Type)]
pub struct RequestingParty {
pub rp_id: String,
Expand Down
Loading
Loading