Class B2CredentialsImpl
- java.lang.Object
-
- com.backblaze.b2.client.credentialsSources.B2CredentialsImpl
-
- All Implemented Interfaces:
B2Credentials
public class B2CredentialsImpl extends java.lang.Object implements B2Credentials
Simple implementation of B2Credentials.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getApplicationKey()
java.lang.String
getApplicationKeyId()
-
-
-
Method Detail
-
getApplicationKeyId
public java.lang.String getApplicationKeyId()
- Specified by:
getApplicationKeyId
in interfaceB2Credentials
- Returns:
- the applicationKeyId to use for b2_authorize_account.
-
getApplicationKey
public java.lang.String getApplicationKey()
- Specified by:
getApplicationKey
in interfaceB2Credentials
- Returns:
- the applicationKey to use for b2_authorize_account.
-
-