public class AuthenticationConverter extends Object
Converter for SDK Authentication and API Authentication.
| Constructor and Description |
|---|
AuthenticationConverter(Auth apiAuth)
Construct with API authentication.
|
AuthenticationConverter(Authentication sdkAuth)
Construct with SDK authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Auth |
toAPIAuthentication()
Convert from SDK Authentication to API Authentication.
|
Authentication |
toSDKAuthentication()
Convert from API Authentication to SDK Authentication.
|
public AuthenticationConverter(Auth apiAuth)
apiAuth - public AuthenticationConverter(Authentication sdkAuth)
sdkAuth - public Auth toAPIAuthentication()
public Authentication toSDKAuthentication()
Copyright 2022 OneSpan All rights reserved.