Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename TxAuthGenericAlg to TxAuthGenericArg #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Rename TxAuthGenericAlg to TxAuthGenericArg
  • Loading branch information
pinzolo committed May 26, 2023
commit 09b35aeace118f212a3338a258c80cc1b8444e2d
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;
}