getAppCredential abstract method

Future<BasicAuth> getAppCredential(
  1. String username,
  2. String password
)

Implementation

Future<BasicAuth> getAppCredential(String username, String password);