@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/7479") public final class InsecureChannelCredentials extends ChannelCredentials
Modifier and Type | Method and Description |
---|---|
static ChannelCredentials |
create() |
ChannelCredentials |
withoutBearerTokens()
Returns the ChannelCredentials stripped of its CallCredentials.
|
public static ChannelCredentials create()
public ChannelCredentials withoutBearerTokens()
ChannelCredentials
withoutBearerTokens
in class ChannelCredentials