struct Authority::Device::TokenRequest

Included Modules

Defined in:

requests/device/token_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 client_id : String #

[View source]
def code : String #

[View source]
def error_messages #

[View source]
def errors #

def grant_type : String #

[View source]
def valid? #

def validate! #