Generates OAuth 1.0 signatures for web service requests on iOS and 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")
XCFrameworks can be downloaded from the release page.
This project uses the Gradle build system.
To build the library: /.gradlew build
To see all available tasks: ./gradlew tasks