Class: Fintecture::Ais::AuthorizeDecoupled
- Inherits:
-
Object
- Object
- Fintecture::Ais::AuthorizeDecoupled
- Defined in:
- lib/fintecture/api/ais/authorize_decoupled.rb
Class Method Summary collapse
-
.get(client, app_id_auth, provider_id, polling_id) ⇒ Object
———— PUBLIC METHOD ————.
Class Method Details
.get(client, app_id_auth, provider_id, polling_id) ⇒ Object
———— PUBLIC METHOD ————
16 17 18 19 20 21 |
# File 'lib/fintecture/api/ais/authorize_decoupled.rb', line 16 def get(client, app_id_auth, provider_id, polling_id) @client = client # Do the request _request app_id_auth, provider_id, polling_id end |