Class: WorkOS::Types::UserManagementAuthenticationScreenHint

Inherits:
Object
  • Object
show all
Defined in:
lib/workos/types/user_management_authentication_screen_hint.rb

Constant Summary collapse

SIGN_UP =
"sign-up"
SIGN_IN =
"sign-in"
ALL =
[SIGN_UP, SIGN_IN].freeze