Giter Club home page Giter Club logo

authy.net's Introduction

Authy .NET

Authy.Net is a simple client for the Authy API.

Forked and patched from the library of devinmartin in https://bitbucket.org/devinmartin/authy.net/wiki/Home

License

This is released under an MIT license. See the file LICENSE.txt for more information.

Documentation

The API is really simple and corresponds to the [Authy Documentation]

Create an instance of the client. You must provide your API key and indicate if this is to run in test mode or not.

var client = new AuthyClient("my key", test:false);

All of the methods return a result object specific to the call. There is always a Status property and a RawResponse property. The raw response can be used to get additional information when debugging problems but generally isn't needed in actual code.

The statuses are:

  1. Success
  2. BadRequest
  3. Unauthorized
    • This can mean that your API key is invalid or that the provided token is invalid. Once your integration has been tested it likely means that the token is invalid but the raw response will provide more info.
  4. ServiceUnavailable

Configuration instructions

1. Install mercurial

Type the following command in the terminal:

$ brew install mercurial

2. Download and install Mono MDK

From this link: [http://www.mono-project.com/download/] (http://www.mono-project.com/download/)

3. Download and install the Xamarin IDE

From this link: [http://www.monodevelop.com/download/] (http://www.monodevelop.com/download/)

4. Import the project in Xamarin Studio

Open -> Authy.Net.sln

Copyright

Copyright (c) 2015-2020 Authy Inc. See LICENSE.txt for further details.

authy.net's People

Contributors

senekis avatar acamino avatar devinmartin avatar serargz avatar

Watchers

Josh Staples avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.