public interface OAuth2CredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
The client_id to be used in the authorize calls.
|
com.google.protobuf.ByteString |
getClientIdBytes()
The client_id to be used in the authorize calls.
|
SdsSecretConfig |
getHmacSecret()
If present, the secret token will be a HMAC using the provided secret.
|
SdsSecretConfigOrBuilder |
getHmacSecretOrBuilder()
If present, the secret token will be a HMAC using the provided secret.
|
OAuth2Credentials.TokenFormationCase |
getTokenFormationCase() |
SdsSecretConfig |
getTokenSecret()
The secret used to retrieve the access token.
|
SdsSecretConfigOrBuilder |
getTokenSecretOrBuilder()
The secret used to retrieve the access token.
|
boolean |
hasHmacSecret()
If present, the secret token will be a HMAC using the provided secret.
|
boolean |
hasTokenSecret()
The secret used to retrieve the access token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClientId()
The client_id to be used in the authorize calls. This value will be URL encoded when sent to the OAuth server.
string client_id = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getClientIdBytes()
The client_id to be used in the authorize calls. This value will be URL encoded when sent to the OAuth server.
string client_id = 1 [(.validate.rules) = { ... }boolean hasTokenSecret()
The secret used to retrieve the access token. This value will be URL encoded when sent to the OAuth server.
.envoy.extensions.transport_sockets.tls.v4alpha.SdsSecretConfig token_secret = 2 [(.validate.rules) = { ... }SdsSecretConfig getTokenSecret()
The secret used to retrieve the access token. This value will be URL encoded when sent to the OAuth server.
.envoy.extensions.transport_sockets.tls.v4alpha.SdsSecretConfig token_secret = 2 [(.validate.rules) = { ... }SdsSecretConfigOrBuilder getTokenSecretOrBuilder()
The secret used to retrieve the access token. This value will be URL encoded when sent to the OAuth server.
.envoy.extensions.transport_sockets.tls.v4alpha.SdsSecretConfig token_secret = 2 [(.validate.rules) = { ... }boolean hasHmacSecret()
If present, the secret token will be a HMAC using the provided secret.
.envoy.extensions.transport_sockets.tls.v4alpha.SdsSecretConfig hmac_secret = 3 [(.validate.rules) = { ... }SdsSecretConfig getHmacSecret()
If present, the secret token will be a HMAC using the provided secret.
.envoy.extensions.transport_sockets.tls.v4alpha.SdsSecretConfig hmac_secret = 3 [(.validate.rules) = { ... }SdsSecretConfigOrBuilder getHmacSecretOrBuilder()
If present, the secret token will be a HMAC using the provided secret.
.envoy.extensions.transport_sockets.tls.v4alpha.SdsSecretConfig hmac_secret = 3 [(.validate.rules) = { ... }OAuth2Credentials.TokenFormationCase getTokenFormationCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.