Package | Description |
---|---|
com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
com.authlete.common.types |
Enum definitions and lists of pre-defined constants.
|
com.authlete.common.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
UserCodeCharset |
Service.getUserCodeCharset()
Get the character set for end-user verification codes
(
user_code ) for Device Flow. |
Modifier and Type | Method and Description |
---|---|
Service |
Service.setUserCodeCharset(UserCodeCharset charset)
Set the character set for end-user verification codes
(
user_code ) for Device Flow. |
Modifier and Type | Method and Description |
---|---|
static UserCodeCharset |
UserCodeCharset.getByValue(short value)
Find an instance of this enum by a value.
|
static UserCodeCharset[] |
UserCodeCharset.toArray(int bits) |
static UserCodeCharset |
UserCodeCharset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCodeCharset[] |
UserCodeCharset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<UserCodeCharset> |
UserCodeCharset.toSet(int bits) |
static EnumSet<UserCodeCharset> |
UserCodeCharset.toSet(UserCodeCharset[] array) |
Modifier and Type | Method and Description |
---|---|
static EnumSet<UserCodeCharset> |
UserCodeCharset.toSet(UserCodeCharset[] array) |
Modifier and Type | Method and Description |
---|---|
static int |
UserCodeCharset.toBits(EnumSet<UserCodeCharset> set) |
Modifier and Type | Method and Description |
---|---|
UserCodeGenerator |
UserCodeGenerator.setCharacters(UserCodeCharset charset)
Set characters that may appear in generated user codes.
|
Constructor and Description |
---|
UserCodeGenerator(UserCodeCharset charset)
Constructor.
|
UserCodeGenerator(UserCodeCharset charset,
int length)
Constructor.
|
UserCodeGenerator(UserCodeCharset charset,
int length,
Random random)
Constructor.
|
Copyright © 2022. All rights reserved.