Package com.yubico.webauthn.data
Class RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages
- java.lang.Object
-
- com.yubico.webauthn.data.RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages
-
- Enclosing class:
- RelyingPartyIdentity.RelyingPartyIdentityBuilder
public static class RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages.Step2
-
Constructor Summary
Constructors Constructor Description MandatoryStages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages.Step2
id(java.lang.String id)
A unique identifier for the Relying Party, which sets the RP ID.
-
-
-
Method Detail
-
id
public RelyingPartyIdentity.RelyingPartyIdentityBuilder.MandatoryStages.Step2 id(java.lang.String id)
A unique identifier for the Relying Party, which sets the RP ID.This defines the domains where users' credentials are valid. See RP ID: scope for details and examples.
-
-