class Warden::Cognito::UserNotFoundCallback

Public Class Methods

call(cognito_user, pool_identifier) click to toggle source
# File lib/warden/cognito/user_not_found_callback.rb, line 7
def call(cognito_user, pool_identifier)
  new.call(cognito_user, pool_identifier)
end

Public Instance Methods

call(cognito_user, pool_identifier) click to toggle source
# File lib/warden/cognito/user_not_found_callback.rb, line 12
def call(cognito_user, pool_identifier)
  after_local_user_not_found&.call(cognito_user, pool_identifier)
end