文件名称:retroauth:在改造基础上构建的库,用于简单处理已认证的请求
文件大小:157KB
文件格式:ZIP
更新时间:2024-05-21 09:36:30
android java oauth oauth2 authentication
使用改造调用经过身份验证的请求的简单方法
我将该项目分为2个单独的项目。
这是基本实现,将在纯java / kotlin项目中使用。
在纯Kotlin实现的基础上,还有一个Android实现,该实现使用Android AccountManager来存储所有者(帐户)及其凭据。
执照
Copyrights 2016 André Tietz
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
【文件预览】:
retroauth-master
----.gitignore(88B)
----retroauth-android()
--------README.md(8KB)
--------build.gradle(1KB)
--------proguard-rules.pro(0B)
--------src()
--------gradle.properties(84B)
----gradle()
--------wrapper()
--------publish.gradle(497B)
----README.md(1KB)
----build.gradle(1KB)
----CHANGELOG.md(6KB)
----.github()
--------workflows()
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(11KB)
----demo-android()
--------.gitignore(7B)
--------build.gradle(1KB)
--------src()
----gradle.properties(908B)
----.editorconfig(154B)
----settings.gradle(110B)
----retroauth()
--------README.md(3KB)
--------build.gradle(888B)
--------src()
--------gradle.properties(71B)
----quality()
--------checkstyle.xml(6KB)
--------lint.xml(906B)
--------detekt.yml(763B)