Class: Warden::Cognito::UserNotFoundCallback

Inherits:
Object
  • Object
show all
Defined in:
lib/warden/cognito/user_not_found_callback.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.call(cognito_user, pool_identifier) ⇒ Object



7
8
9
# File 'lib/warden/cognito/user_not_found_callback.rb', line 7

def call(cognito_user, pool_identifier)
  new.call(cognito_user, pool_identifier)
end

Instance Method Details

#call(cognito_user, pool_identifier) ⇒ Object



12
13
14
# 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