public class Credentials extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Credentials.Builder |
static class |
Credentials.Type |
Modifier and Type | Method and Description |
---|---|
String |
authId()
The identity that the device should be authenticated as
|
boolean |
enabled()
Credentials enabled flag
|
static Credentials.Builder |
newBuilder() |
String |
secret()
Secret to authenticate the device against
|
String |
toString() |
Credentials.Type |
type()
The type of credentials.
|
public static final Credentials.Builder newBuilder()
public Credentials.Type type()
Credentials.Type
public String authId()
public String secret()
public boolean enabled()
Copyright © 2022 Bosch.IO GmbH. All rights reserved.