Interface EndUserAuthConfig.Oauth2JwtBearerConfigOrBuilder (0.1.0)

public static interface EndUserAuthConfig.Oauth2JwtBearerConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientKey()

public abstract String getClientKey()

Required. Client parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

string client_key = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientKey.

getClientKeyBytes()

public abstract ByteString getClientKeyBytes()

Required. Client parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

string client_key = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientKey.

getIssuer()

public abstract String getIssuer()

Required. Issuer parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

string issuer = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The issuer.

getIssuerBytes()

public abstract ByteString getIssuerBytes()

Required. Issuer parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

string issuer = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for issuer.

getSubject()

public abstract String getSubject()

Required. Subject parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

string subject = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The subject.

getSubjectBytes()

public abstract ByteString getSubjectBytes()

Required. Subject parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

string subject = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for subject.