passbyme2fa-client 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -5
- data/lib/passbyme2fa-client.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79f07d17ab5e75e0dc1200654715e1ca5edb0ad2
|
4
|
+
data.tar.gz: 898b7c903ca2183ded5122a80f7c4e47eef17446
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df635c9b1b730493788f5da869afaa6031414114051338076064c338be351c951cdeb2b943257a7605479c5576bf19561176c6de980d92d42bf3e8b48135e1fa
|
7
|
+
data.tar.gz: dacdb43d38e7eb68210bd2219b0c04403444808f5a1a29c6fa644a834078e8986fe612c7c1485890ea152e194bdbb17fb125219ea8ded480b6622cf45bca4b36
|
data/README.md
CHANGED
@@ -23,6 +23,7 @@ You can download our API documentation after login.
|
|
23
23
|
* [Release History](#release-history)
|
24
24
|
|
25
25
|
# Installation
|
26
|
+
Minimum required Ruby version is 1.9.
|
26
27
|
```
|
27
28
|
gem install passbyme2fa-client
|
28
29
|
```
|
@@ -65,10 +66,7 @@ for details)
|
|
65
66
|
[Net::HTTP attributes](https://ruby-doc.org/stdlib-2.4.0/libdoc/net/http/rdoc/Net/HTTP.html)
|
66
67
|
for details)
|
67
68
|
- **address**: The address of the PassBy[ME] service to use. This parameter is
|
68
|
-
optional. by default the SDK will connect to
|
69
|
-
service url-s are the following:
|
70
|
-
- *Test service*: auth-sp.passbyme.com
|
71
|
-
- *Production service*: api.passbyme.com
|
69
|
+
optional. by default the SDK will connect to auth-sp.passbyme.com.
|
72
70
|
- You can supply any attribute accepted by Net::HTTP
|
73
71
|
(see: https://ruby-doc.org/stdlib-2.4.0/libdoc/net/http/rdoc/Net/HTTP.html)
|
74
72
|
to influence the connection.
|
@@ -139,7 +137,7 @@ Throws a [PassByMEError](#passbymeerror) if a PassBy[ME] specific error occurs.
|
|
139
137
|
The **SessionInfo** object describes the state of a message session. It consists
|
140
138
|
of the following readable attributes:
|
141
139
|
- **message_id**: The id of the message that can be used to reference the message
|
142
|
-
- **expiration_date**: The date and time until the message can be downloaded with
|
140
|
+
- **expiration_date**: The date and time until which the message can be downloaded with
|
143
141
|
the PassBy[ME] applications
|
144
142
|
- **recipient_statuses**: An array of **RecipientStatus** objects. Each object
|
145
143
|
consist of the following fields
|
data/lib/passbyme2fa-client.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: passbyme2fa-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsec ltd.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|