Package com.yubico.webauthn
Class RelyingParty.RelyingPartyBuilder.MandatoryStages
- java.lang.Object
-
- com.yubico.webauthn.RelyingParty.RelyingPartyBuilder.MandatoryStages
-
- Enclosing class:
- RelyingParty.RelyingPartyBuilder
public static class RelyingParty.RelyingPartyBuilder.MandatoryStages extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
RelyingParty.RelyingPartyBuilder.MandatoryStages.Step2
-
Constructor Summary
Constructors Constructor Description MandatoryStages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelyingParty.RelyingPartyBuilder.MandatoryStages.Step2
identity(RelyingPartyIdentity identity)
identity
is a required parameter.
-
-
-
Method Detail
-
identity
public RelyingParty.RelyingPartyBuilder.MandatoryStages.Step2 identity(RelyingPartyIdentity identity)
identity
is a required parameter.
-
-