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