docs: Fix some class references in Google::Auth::WebUserAuthorizer documentation
This commit is contained in:
parent
5a4fe5bc02
commit
93b9380ee5
|
@ -58,12 +58,9 @@ module Google
|
||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# Instead of implementing the callback directly, applications are
|
# Instead of implementing the callback directly, applications are
|
||||||
# encouraged to use {Google::Auth::Web::AuthCallbackApp} instead.
|
# encouraged to use {Google::Auth::WebUserAuthorizer::CallbackApp} instead.
|
||||||
#
|
#
|
||||||
# For rails apps, see {Google::Auth::ControllerHelpers}
|
# @see CallbackApp
|
||||||
#
|
|
||||||
# @see {Google::Auth::AuthCallbackApp}
|
|
||||||
# @see {Google::Auth::ControllerHelpers}
|
|
||||||
# @note Requires sessions are enabled
|
# @note Requires sessions are enabled
|
||||||
class WebUserAuthorizer < Google::Auth::UserAuthorizer
|
class WebUserAuthorizer < Google::Auth::UserAuthorizer
|
||||||
STATE_PARAM = "state".freeze
|
STATE_PARAM = "state".freeze
|
||||||
|
@ -261,7 +258,7 @@ module Google
|
||||||
# Google::Auth::WebUserAuthorizer::CallbackApp.call(env)
|
# Google::Auth::WebUserAuthorizer::CallbackApp.call(env)
|
||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# @see {Google::Auth::WebUserAuthorizer}
|
# @see Google::Auth::WebUserAuthorizer
|
||||||
class CallbackApp
|
class CallbackApp
|
||||||
LOCATION_HEADER = "Location".freeze
|
LOCATION_HEADER = "Location".freeze
|
||||||
REDIR_STATUS = 302
|
REDIR_STATUS = 302
|
||||||
|
|
Loading…
Reference in New Issue