public class AuthenticationMethodConverter extends Object
| Constructor and Description |
|---|
AuthenticationMethodConverter(AuthenticationMethod sdkAuthMethod)
Construct with SDK authentication method object involved in conversion.
|
AuthenticationMethodConverter(String apiAuthMethod)
Construct with API authentication method object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toAPIAuthMethod()
Convert from SDK authentication method to API authentication method.
|
AuthenticationMethod |
toSDKAuthMethod()
Convert from API authentication method to SDK authentication method.
|
public AuthenticationMethodConverter(String apiAuthMethod)
apiAuthMethod - public AuthenticationMethodConverter(AuthenticationMethod sdkAuthMethod)
sdkAuthMethod - public String toAPIAuthMethod()
public AuthenticationMethod toSDKAuthMethod()
Copyright 2022 OneSpan All rights reserved.