public abstract class AuthenticatedChannel
extends io.grpc.Channel
Constructor and Description |
---|
AuthenticatedChannel() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
Closes the authentication session with the server.
|
abstract UUID |
getChannelId() |
abstract boolean |
isAuthenticated() |
public abstract boolean isAuthenticated()
public abstract UUID getChannelId()
public abstract void close()
Copyright © 2023. All Rights Reserved.