Method: OpenID::Server::PlainTextServerSession#session_type

Defined in:
lib/openid/server.rb

#session_typeObject (readonly)

The session_type for this association session. There is no type defined for plain-text in the OpenID specification, so we use ‘no-encryption’.


179
180
181
# File 'lib/openid/server.rb', line 179

def session_type
  @session_type
end