public interface PushFactorProfile extends com.okta.sdk.resource.ExtensibleResource, FactorProfile
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialId() |
String |
getDeviceToken() |
String |
getDeviceType() |
String |
getName() |
String |
getPlatform() |
String |
getVersion() |
PushFactorProfile |
setCredentialId(String credentialId) |
PushFactorProfile |
setDeviceToken(String deviceToken) |
PushFactorProfile |
setDeviceType(String deviceType) |
PushFactorProfile |
setName(String name) |
PushFactorProfile |
setPlatform(String platform) |
PushFactorProfile |
setVersion(String version) |
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesString getCredentialId()
PushFactorProfile setCredentialId(String credentialId)
String getDeviceToken()
PushFactorProfile setDeviceToken(String deviceToken)
String getDeviceType()
PushFactorProfile setDeviceType(String deviceType)
String getName()
PushFactorProfile setName(String name)
String getPlatform()
PushFactorProfile setPlatform(String platform)
String getVersion()
PushFactorProfile setVersion(String version)
Copyright © 2018–2024 Okta. All rights reserved.