Skip to content

Generates OAuth 1.0 signatures for web service requests on iOS and Android.

License

Notifications You must be signed in to change notification settings

Faithlife/FaithlifeOAuth-Mobile

Repository files navigation

FaithlifeOAuth-Mobile

Build Maven Central

Generates OAuth 1.0 signatures for web service requests on iOS and Android.

changelog

Download

Android

Download the latest AAR or download

via Maven:

<dependency>
  <groupId>com.faithlife</groupId>
  <artifactId>faithlife-oauth-android</artifactId>
  <version>$version</version>
</dependency>

via Gradle:

implementation("com.faithlife:faithlife-oauth-android:$version")

iOS

XCFrameworks can be downloaded from the release page.

Build instructions

This project uses the Gradle build system.

To build the library: /.gradlew build To see all available tasks: ./gradlew tasks