Class: Net::IMAP::SASL::AuthenticationIncomplete
Relationships & Source Files | |
Inherits: |
Net::IMAP::SASL::AuthenticationFailed
|
Defined in: | lib/net/imap/sasl.rb |
Overview
Indicates that authentication cannot proceed because one of the server’s ended authentication prematurely.
Class Method Summary
Instance Attribute Summary
-
#response
readonly
The success response from the server.
Constructor Details
.new(response, message = "authentication ended prematurely") ⇒ AuthenticationIncomplete
# File 'lib/net/imap/sasl.rb', line 123
def initialize(response, = "authentication ended prematurely") super( ) @response = response end
Instance Attribute Details
#response (readonly)
The success response from the server
# File 'lib/net/imap/sasl.rb', line 121
attr_reader :response