Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class AuthenticationExtensionsClientInputs {
private String appid;
private String txAuthSimple;
private TxAuthGenericAlg txAuthGeneric;
private TxAuthGenericArg txAuthGeneric;
private List<String> authnSel;
private List<String> line_authnSel;
private Boolean exts;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import lombok.Data;

@Data
public class TxAuthGenericAlg {
public class TxAuthGenericArg {
private String contentType;
private String content;
}