| Class | ROTP::OTP |
| In: |
lib/rotp/otp.rb
|
| Parent: | Object |
| DEFAULT_DIGITS | = | 6 |
| digest | [R] | |
| digits | [R] | |
| secret | [R] |
@param [String] secret in the form of base32 @option options digits [Integer] (6)
Number of integers in the OTP.
Google Authenticate only supports 6 currently
@option options digest [String] (sha1)
Digest used in the HMAC.
Google Authenticate only supports 'sha1' currently