Package com.okta.idx.sdk.api.model
Class VerifyChannelDataOptions
- java.lang.Object
-
- com.okta.idx.sdk.api.model.VerifyChannelDataOptions
-
public class VerifyChannelDataOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VerifyChannelDataOptions(java.lang.String channelName, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChannelName()
java.lang.String
getValue()
void
setChannelName(java.lang.String channelName)
void
setValue(java.lang.String value)
-