Class: LogiAuth::Server::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/logi_auth/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def access_token
  @access_token
end

#claimsObject

Returns the value of attribute claims

Returns:

  • (Object)

    the current value of claims



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def claims
  @claims
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def email
  @email
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def expires_at
  @expires_at
end

#id_tokenObject

Returns the value of attribute id_token

Returns:

  • (Object)

    the current value of id_token



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def id_token
  @id_token
end

#refresh_tokenObject

Returns the value of attribute refresh_token

Returns:

  • (Object)

    the current value of refresh_token



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def refresh_token
  @refresh_token
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def scope
  @scope
end

#subObject

Returns the value of attribute sub

Returns:

  • (Object)

    the current value of sub



19
20
21
# File 'lib/logi_auth/server.rb', line 19

def sub
  @sub
end