Method: ClerkHttpClient::UpdateInstanceAuthConfigRequest.openapi_nullable

Defined in:
lib/clerk-http-client/models/update_instance_auth_config_request.rb

.openapi_nullableObject

List of attributes with nullable: true



66
67
68
69
70
71
72
73
74
75
# File 'lib/clerk-http-client/models/update_instance_auth_config_request.rb', line 66

def self.openapi_nullable
  Set.new([
    :'restricted_to_allowlist',
    :'from_email_address',
    :'progressive_sign_up',
    :'session_token_template',
    :'enhanced_email_deliverability',
    :'test_mode'
  ])
end