| Package | Description | 
|---|---|
| io.vertx.ext.auth.webauthn | 
| Modifier and Type | Method and Description | 
|---|---|
static AuthenticatorTransport | 
AuthenticatorTransport.of(String string)  | 
static AuthenticatorTransport | 
AuthenticatorTransport.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AuthenticatorTransport[] | 
AuthenticatorTransport.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<AuthenticatorTransport> | 
WebAuthnOptions.getTransports()  | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthnOptions | 
WebAuthnOptions.addTransport(AuthenticatorTransport transport)  | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthnOptions | 
WebAuthnOptions.setTransports(List<AuthenticatorTransport> transports)  | 
Copyright © 2021 Eclipse. All rights reserved.