struct Authority::Device::ActivateRequest

Included Modules

Defined in:

requests/device/activate_request.cr

Constant Summary

SCHEMA_VALIDATIONS = {} of Nil => Nil
SCHEMA_VALIDATORS = [] of Nil

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(http_params, path : Array(String) = [] of String) #

Class Method Detail

def self.from_urlencoded(string) #

Instance Method Detail

def audience : String #

[View source]
def error_messages #

[View source]
def errors #

def user_code : String #

[View source]
def valid? #

def validate! #

def verification : String #

[View source]