以下のプロパティを変更してワンタイムパスワードが生成できることを確認したい。 - [x] アルゴリズム `@property (nonatomic) OTPAlgorithm algorithm;` - [x] SHA1 (Default) - [x] SHA256 - [x] SHA512 - [x] OTP桁数 `@property (nonatomic) NSUInteger digits;` - [x] 4 - [x] 5 - [x] 6 (Default) - [x] 7 - [x] 8 - [x] 9 - [x] 10 - [x] タイムステップ数 `@property (nonatomic) NSTimeInterval period;` - [x] 30 (Default) - [x] 60
以下のプロパティを変更してワンタイムパスワードが生成できることを確認したい。
@property (nonatomic) OTPAlgorithm algorithm;@property (nonatomic) NSUInteger digits;@property (nonatomic) NSTimeInterval period;