clouway-react-native-oauth2

0.0.6 • Public • Published

react-native-oauth2

OAuth2 Package for RN

Instalation

Add NPM Registry

npm install clouway-react-native-oauth2 --save

Usage

  import Oauth from 'clouway-react-native-oauth2'

  const client = new Oauth(APP_ID, APP_CALLBACK, AUTH_URL, TOKEN_URL)

  client.authenticate().then(response => {
    // authentication was performed 
  }).catch(error => {
    // oops, got error during signing in, which could be shown to the user
  })

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.61latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.61
0.0.50
0.0.40
0.0.30

Package Sidebar

Install

npm i clouway-react-native-oauth2

Weekly Downloads

1

Version

0.0.6

License

none

Unpacked Size

2.55 kB

Total Files

3

Last publish

Collaborators

  • mgenov