Skip to content

Commit

Permalink
changed get token return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-Dev-RPA committed Oct 4, 2023
1 parent aec06f4 commit def2df8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

@BotCommand
@CommandPkg(label = "[[GetToken.label]]", description = "[[GetToken.description]]", icon = "credential.svg", name = "GetToken",
return_label = "[[GetToken.return.label]]", node_label = "[[GetToken.node.label]]", return_type = DataType.STRING, return_required = true,
return_label = "[[GetToken.return.label]]", node_label = "[[GetToken.node.label]]", return_type = DataType.CREDENTIAL,
return_required = true,
allowed_agent_targets = AllowedTarget.HEADLESS,
documentation_url = "https://github.com/A360-Tools/Credentials/blob/main/src/main/docs/GetToken.md")
public class GetToken {
Expand Down

0 comments on commit def2df8

Please sign in to comment.