Package osh :: Package external :: Package pg8000 :: Module protocol :: Class AuthenticationOk
[frames] | no frames]

Class AuthenticationOk

source code

           object --+    
                    |    
AuthenticationRequest --+
                        |
                       AuthenticationOk

Instance Methods
 
ok(self, conn, user, **kwargs) source code

Inherited from AuthenticationRequest: __init__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods

Inherited from AuthenticationRequest: createFromData

Properties

Inherited from object: __class__

Method Details

ok(self, conn, user, **kwargs)

source code 
Overrides: AuthenticationRequest.ok