@Beta public final class UserStore extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserStore.Builder |
Constructor and Description |
---|
UserStore(UserStore.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static UserStore.Builder |
create() |
AuthConfig |
getAuthConfig() |
String |
getDescription() |
String |
getDisplayName() |
UserStoreKey |
getKey() |
public UserStore(UserStore.Builder builder)
public UserStoreKey getKey()
public String getDisplayName()
public String getDescription()
public AuthConfig getAuthConfig()
public static UserStore.Builder create()