X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FCredential%2FTypeKey.pm;h=4e6ecd2267b6f36cb20bc8148f951039d5c4ca36;hb=97676d77bae8c376a2189468209e29735656cda6;hp=cec5b63f9d8066e159c515d76c8f38863bd2de41;hpb=52262613e28db1922b707edb9eb832c45af4683f;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm b/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm index cec5b63..4e6ecd2 100644 --- a/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm +++ b/lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm @@ -198,10 +198,14 @@ Where C<$parameters> is a the hash reference passed to L, and C<$result_of_verify> is the value returned by L. +If this is unset, L will +be used instead. + =item user_class -If C is not set it will use this class to instantiate an object, -calling C on the class with the same C<$parameters> hash ref. +If C or the default store returns nothing from get_user, this class +will be used to instantiate an object by calling C on the class with the +return value from L. =back