public interface TokenClient extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
An implementation of
AutoCloseable that does not throw any checked exceptions. |
SessionKeyInfo |
createAccessToken(String repositoryId,
CreateConnectionRequest body)
Gets a Laserfiche Self-Hosted access token.
|
SessionKeyInfo createAccessToken(String repositoryId, CreateConnectionRequest body)
repositoryId
- Repository ID.body
- Request body used to get a Laserfiche Self-Hosted access token.SessionKeyInfo
object that contains an access token.void close()
AutoCloseable
that does not throw any checked exceptions.
close
in interface AutoCloseable
Copyright © 2024. All rights reserved.