class CredSummoner::Okta::Credentials

Attributes

password[R]
totp_token[R]

Public Class Methods

new(password, totp_token) click to toggle source
# File lib/credsummoner/okta/credentials.rb, line 6
def initialize(password, totp_token)
  @password = password
  @totp_token = totp_token
end