Method: CoreLibrary::AuthGroup#valid

Defined in:
lib/apimatic-core/authentication/multiple/auth_group.rb

#validBoolean

Checks if the associated auth is valid.

Returns:

  • (Boolean)

    True if the associated auth is valid, false otherwise.

Raises:

  • (NotImplementedError)


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