Enumeration

AstalGreetAuthMessageType

Declaration

enum AstalGreet.AuthMessageType

Description

No description available.

Members

ASTAL_GREET_AUTH_MESSAGE_TYPE_VISIBLE

Indicates that input from the user should be visible when they answer this question.

  • Value: 0
  • Available since: 0.1
ASTAL_GREET_AUTH_MESSAGE_TYPE_SECRET

Indicates that input from the user should be considered secret when they answer this question.

  • Value: 1
  • Available since: 0.1
ASTAL_GREET_AUTH_MESSAGE_TYPE_INFO

Indicates that this message is informative, not a question.

  • Value: 2
  • Available since: 0.1
ASTAL_GREET_AUTH_MESSAGE_TYPE_ERROR

Indicates that this message is an error, not a question.

  • Value: 3
  • Available since: 0.1