Package com.yubico.webauthn.data
Class RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages.Step2
- java.lang.Object
-
- com.yubico.webauthn.data.RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages.Step2
-
- Enclosing class:
- RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages
public class RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages.Step2 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Step2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelyingPartyIdentity.RelyingPartyIdentityBuilder
name(java.lang.String name)
The human-palatable name of the Relaying Party.
-
-
-
Method Detail
-
name
public RelyingPartyIdentity.RelyingPartyIdentityBuilder name(java.lang.String name)
The human-palatable name of the Relaying Party.For example: "ACME Corporation", "Wonderful Widgets, Inc." or "ОАО Примертех".
-
-