Skip to content

Commit

Permalink
docs: Fix some class references in Google::Auth::WebUserAuthorizer do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
hanachin committed Nov 9, 2020
1 parent 5a4fe5b commit 93b9380
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/googleauth/web_user_authorizer.rb
Expand Up @@ -58,12 +58,9 @@ module Auth
# end
#
# 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 {Google::Auth::AuthCallbackApp}
# @see {Google::Auth::ControllerHelpers}
# @see CallbackApp
# @note Requires sessions are enabled
class WebUserAuthorizer < Google::Auth::UserAuthorizer
STATE_PARAM = "state".freeze
Expand Down Expand Up @@ -261,7 +258,7 @@ def self.validate_callback_state state, request
# Google::Auth::WebUserAuthorizer::CallbackApp.call(env)
# end
#
# @see {Google::Auth::WebUserAuthorizer}
# @see Google::Auth::WebUserAuthorizer
class CallbackApp
LOCATION_HEADER = "Location".freeze
REDIR_STATUS = 302
Expand Down

0 comments on commit 93b9380

Please sign in to comment.