# FaithlifeOAuth-Mobile **Repository Path**: mirrors_Faithlife/FaithlifeOAuth-Mobile ## Basic Information - **Project Name**: FaithlifeOAuth-Mobile - **Description**: Generates OAuth 1.0 signatures for web service requests on iOS and Android. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-12 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FaithlifeOAuth-Mobile [![Build](https://github.com/Faithlife/FaithlifeOAuth-Mobile/workflows/build/badge.svg)](https://github.com/Faithlife/FaithlifeOAuth-Mobile/actions?query=workflow%3Abuild) [![Maven Central](https://img.shields.io/maven-central/v/com.faithlife/faithlife-oauth-android.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.faithlife%22%20AND%20a:%22faithlife-oauth-android%22) Generates OAuth 1.0 signatures for web service requests on iOS and Android. [changelog](changelog.md) ### Download #### Android Download [the latest AAR](https://search.maven.org/remote_content?g=com.faithlife&a=faithlife-oauth-android&v=LATEST) or download via Maven: ```xml com.faithlife faithlife-oauth-android $version ``` via Gradle: ```kotlin 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`