Class DatarouterAccountManagerHandler.AccountCredentialDto

java.lang.Object
io.datarouter.auth.web.DatarouterAccountManagerHandler.AccountCredentialDto
Enclosing class:
DatarouterAccountManagerHandler

public static class DatarouterAccountManagerHandler.AccountCredentialDto
extends Object
  • Field Details

    • apiKey

      public final String apiKey
    • secretKey

      public final String secretKey
    • accountName

      public final String accountName
    • created

      public final String created
    • creatorUsername

      public final String creatorUsername
    • lastUsed

      public final String lastUsed
    • active

      public final Boolean active
  • Constructor Details