o

oneclickbusinessclient

SmartCredentials is a programmer’s library, presenting a unified interface for various solutions and protocols used to authenticate, authorize and conduct any kind of transactions between a user or a user-facing app and services. It uses the abstraction of a credential, which can handily be made available to the user for choosing the right identity/ entitlement and authenticating themselves for appropriate security. On the ‘other end’ actual technological functions are structured in modules that can be ‘plugged’ in to the SmartCredentials core to extend and alter its behavior behind the unifying credentialing APIs.
https://github.com/telekom/SmartCredentials-SDK-android
The Apache Software License, Version 2.0
Axel Nennker
Files download
File Operation
oneclickbusinessclient-6.5.10.pom download
oneclickbusinessclient-6.5.10-sources.jar download
Apache Maven
<dependency>
  <groupId>de.telekom.smartcredentials</groupId>
  <artifactId>oneclickbusinessclient</artifactId>
  <version>6.5.10</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'de.telekom.smartcredentials:oneclickbusinessclient:6.5.10'
Gradle Kotlin
implementation("de.telekom.smartcredentials:oneclickbusinessclient:6.5.10")
Scala SBT
libraryDependencies += "de.telekom.smartcredentials" % "oneclickbusinessclient" % "6.5.10"
Groovy Grape
@Grapes(
  @Grab(group='de.telekom.smartcredentials', module='oneclickbusinessclient', version='6.5.10')
)
Apache Ivy
<dependency org="de.telekom.smartcredentials" name="oneclickbusinessclient" rev="6.5.10" />
Leiningen
[de.telekom.smartcredentials/oneclickbusinessclient "6.5.10"]
Apache Buildr
'de.telekom.smartcredentials:oneclickbusinessclient:jar:6.5.10'