class Docr::Types::SystemAuthResponse

Included Modules

Defined in:

docr/types/system_auth_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def identity_token : String #

An opaque token used to authenticate a user after a successful login


[View source]
def identity_token=(identity_token : String) #

An opaque token used to authenticate a user after a successful login


[View source]
def status : String #

The status of the authentication


[View source]
def status=(status : String) #

The status of the authentication


[View source]