0.0.6 • Published 6 months ago

clouway-react-native-oauth2 v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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
  })
0.0.5

6 months ago

0.0.4

6 months ago

0.0.6

6 months ago

0.0.3

1 year ago