haveSecrets abstract method

bool haveSecrets(
  1. String? getSecret(
    1. String name
    )
)

Used to check if the getSecret function has all the secrets for this auth.

Implementation

bool haveSecrets(String? Function(String name) getSecret);