pub type RemoveAppRequest = GetAppAuthConfigurationRequest;Expand description
Requests application removal from C3A.
Note: any user data will be persisted, but users will not be able to authorize/sign in.
Aliased Type§
pub struct RemoveAppRequest {
pub app_name: String,
pub app_pkey: Vec<u8>,
}Fields§
§app_name: StringApplication name.
app_pkey: Vec<u8>Application backend’s public key.