Class: Privy::Resources::ClientAuth
- Inherits:
-
Object
- Object
- Privy::Resources::ClientAuth
- Defined in:
- lib/privy/resources/client_auth.rb
Instance Method Summary collapse
-
#initialize(client:) ⇒ ClientAuth
constructor
private
A new instance of ClientAuth.
Constructor Details
#initialize(client:) ⇒ ClientAuth
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of ClientAuth.
9 10 11 |
# File 'lib/privy/resources/client_auth.rb', line 9 def initialize(client:) @client = client end |