Package org.openziti
Class ZitiContext.Status.NeedsAuth
-
- All Implemented Interfaces:
public final class ZitiContext.Status.NeedsAuth extends ZitiContext.Status
-
-
Constructor Summary
Constructors Constructor Description ZitiContext.Status.NeedsAuth(AuthQueryType type, String provider)
-
Method Summary
Modifier and Type Method Description final AuthQueryTypegetType()final StringgetProvider()-
-
Constructor Detail
-
ZitiContext.Status.NeedsAuth
ZitiContext.Status.NeedsAuth(AuthQueryType type, String provider)
-
-
Method Detail
-
getType
final AuthQueryType getType()
-
getProvider
final String getProvider()
-
-
-
-