Package com.checkout
Class SdkCredentials
- java.lang.Object
-
- com.checkout.SdkCredentials
-
- Direct Known Subclasses:
StaticKeysSdkCredentials
public abstract class SdkCredentials extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected PlatformTypeplatformType
-
Constructor Summary
Constructors Modifier Constructor Description protectedSdkCredentials(PlatformType platformType)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract SdkAuthorizationgetAuthorization(SdkAuthorizationType authorizationType)PlatformTypegetPlatformType()
-
-
-
Field Detail
-
platformType
protected final PlatformType platformType
-
-
Constructor Detail
-
SdkCredentials
protected SdkCredentials(PlatformType platformType)
-
-
Method Detail
-
getPlatformType
public PlatformType getPlatformType()
-
getAuthorization
public abstract SdkAuthorization getAuthorization(SdkAuthorizationType authorizationType)
-
-