public final class FileSystemTokenStore extends Object
| Constructor and Description |
|---|
FileSystemTokenStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
directory()
Get the directory property: The directory in which the tokens will be stored.
|
void |
validate()
Validates the instance.
|
FileSystemTokenStore |
withDirectory(String directory)
Set the directory property: The directory in which the tokens will be stored.
|
public String directory()
public FileSystemTokenStore withDirectory(String directory)
directory - the directory value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.