Interface B2CredentialsSource
-
- All Known Implementing Classes:
B2CredentialsFromEnvironmentSource
public interface B2CredentialsSourceA B2CredentialsSource returns credentials.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B2CredentialsgetCredentials()
-
-
-
Method Detail
-
getCredentials
B2Credentials getCredentials()
- Returns:
- credentials to use for the api.
- Throws:
java.lang.RuntimeException- if there's any trouble finding the credentials.
-
-