FactSetOnDemandOtpKeyRequest Method |
Send FactSet servers the passcode received on an email sent by PassCodeRequest to complete the key/counter reset process
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic void OtpKeyRequest(
string passcode,
string netId
)
Public Sub OtpKeyRequest (
passcode As String,
netId As String
)
public:
void OtpKeyRequest(
String^ passcode,
String^ netId
)
member OtpKeyRequest :
passcode : string *
netId : string -> unit
Parameters
- passcode
- Type: SystemString
- netId
- Type: SystemString
See Also