OAuth

Piano SDK for Android

License

License

GroupId

GroupId

io.piano.android
ArtifactId

ArtifactId

oauth
Last Version

Last Version

2.0.0-alpha01
Release Date

Release Date

Type

Type

aar
Description

Description

OAuth
Piano SDK for Android
Source Code Management

Source Code Management

https://github.com/tinypass/piano-sdk-for-android

Download oauth

How to add to project

<!-- https://jarcasting.com/artifacts/io.piano.android/oauth/ -->
<dependency>
    <groupId>io.piano.android</groupId>
    <artifactId>oauth</artifactId>
    <version>2.0.0-alpha01</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.piano.android/oauth/
implementation 'io.piano.android:oauth:2.0.0-alpha01'
// https://jarcasting.com/artifacts/io.piano.android/oauth/
implementation ("io.piano.android:oauth:2.0.0-alpha01")
'io.piano.android:oauth:aar:2.0.0-alpha01'
<dependency org="io.piano.android" name="oauth" rev="2.0.0-alpha01">
  <artifact name="oauth" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.piano.android', module='oauth', version='2.0.0-alpha01')
)
libraryDependencies += "io.piano.android" % "oauth" % "2.0.0-alpha01"
[io.piano.android/oauth "2.0.0-alpha01"]

Dependencies

compile (3)

Group / Artifact Type Version
com.android.support » customtabs jar 28.0.0
com.squareup.okhttp3 : okhttp jar 3.12.6
com.squareup.okio : okio jar 2.4.2

Project Modules

There are no modules declared in this project.

Piano SDK for Android

Welcome to Piano SDK for Android.

Getting started

This document details the process of integrating the Piano SDK with your Android application. If you have any questions, don't hesitate to email us at [email protected].

Download the Piano SDK

Gradle

The Piano SDK is available as an AAR via jCenter. To add the composer, composer-show-template, id, etc. dependencies, open your project’s build.gradle/build.gradle.kts and update dependencies block:

Usage

API

Take a look at API readme

Composer

Take a look at Composer readme

ID

Take a look at Piano ID readme

Sample

We created a sample app to showcase our SDK and highlight some of the features provided by each API.

Don't forget to specify io.piano.aid=$YOUR_AID in piano.properties in sample/sample-ktx before you start importing!

License

Copyright 2016 Piano, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
io.piano.android

Versions

Version
2.0.0-alpha01
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha8
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1