struct

SessionBody

Inherits Struct < Value < Object

Constructors

from_json(raw : String) : self
Source
new(accessToken : String, refreshToken : String, accessExpiresIn : Int32, refreshExpiresIn : Int32, tokenType : String, user : UserBody)
Source

Class methods

schema_json
Source
valid?(json : String) : Bool
Source
validate(json : String) : AtaValidator::ValidationResult
Source
validator
Source

Instance methods

accessExpiresIn
accessToken
refreshExpiresIn
refreshToken
tokenType
user