getCredentialsFile function

File getCredentialsFile()

Gets the path to the credentials file.

Implementation

File getCredentialsFile() {
  return File('${getConfigDir().path}/${AuthDefaults.credentialsFilename}');
}