Package org.openziti.api
Class AuthQueryMFA
-
- All Implemented Interfaces:
public final class AuthQueryMFA
-
-
Method Summary
Modifier and Type Method Description final MFATypegetTypeId()final StringgetProvider()final StringgetHttpMethod()final StringgetHttpUrl()final IntegergetMinLength()final IntegergetMaxLength()final StringgetFormat()-
-
Method Detail
-
getProvider
final String getProvider()
-
getHttpMethod
final String getHttpMethod()
-
getHttpUrl
final String getHttpUrl()
-
getMinLength
final Integer getMinLength()
-
getMaxLength
final Integer getMaxLength()
-
-
-
-