Method: CoreLibrary::AuthGroup#valid
- Defined in:
- lib/apimatic-core/authentication/multiple/auth_group.rb
#valid ⇒ Boolean
Checks if the associated auth is valid.
35 36 37 |
# File 'lib/apimatic-core/authentication/multiple/auth_group.rb', line 35 def valid raise NotImplementedError, 'This method needs to be implemented in a child class.' end |