public interface EndUserAuthConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthConfigCase()
public abstract EndUserAuthConfig.AuthConfigCase getAuthConfigCase()| Returns | |
|---|---|
| Type | Description |
EndUserAuthConfig.AuthConfigCase |
|
getOauth2AuthCodeConfig()
public abstract EndUserAuthConfig.Oauth2AuthCodeConfig getOauth2AuthCodeConfig()Oauth 2.0 Authorization Code authentication.
.google.cloud.ces.v1.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
| Returns | |
|---|---|
| Type | Description |
EndUserAuthConfig.Oauth2AuthCodeConfig |
The oauth2AuthCodeConfig. |
getOauth2AuthCodeConfigOrBuilder()
public abstract EndUserAuthConfig.Oauth2AuthCodeConfigOrBuilder getOauth2AuthCodeConfigOrBuilder()Oauth 2.0 Authorization Code authentication.
.google.cloud.ces.v1.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
| Returns | |
|---|---|
| Type | Description |
EndUserAuthConfig.Oauth2AuthCodeConfigOrBuilder |
|
getOauth2JwtBearerConfig()
public abstract EndUserAuthConfig.Oauth2JwtBearerConfig getOauth2JwtBearerConfig()JWT Profile Oauth 2.0 Authorization Grant authentication.
.google.cloud.ces.v1.EndUserAuthConfig.Oauth2JwtBearerConfig oauth2_jwt_bearer_config = 3;
| Returns | |
|---|---|
| Type | Description |
EndUserAuthConfig.Oauth2JwtBearerConfig |
The oauth2JwtBearerConfig. |
getOauth2JwtBearerConfigOrBuilder()
public abstract EndUserAuthConfig.Oauth2JwtBearerConfigOrBuilder getOauth2JwtBearerConfigOrBuilder()JWT Profile Oauth 2.0 Authorization Grant authentication.
.google.cloud.ces.v1.EndUserAuthConfig.Oauth2JwtBearerConfig oauth2_jwt_bearer_config = 3;
| Returns | |
|---|---|
| Type | Description |
EndUserAuthConfig.Oauth2JwtBearerConfigOrBuilder |
|
hasOauth2AuthCodeConfig()
public abstract boolean hasOauth2AuthCodeConfig()Oauth 2.0 Authorization Code authentication.
.google.cloud.ces.v1.EndUserAuthConfig.Oauth2AuthCodeConfig oauth2_auth_code_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oauth2AuthCodeConfig field is set. |
hasOauth2JwtBearerConfig()
public abstract boolean hasOauth2JwtBearerConfig()JWT Profile Oauth 2.0 Authorization Grant authentication.
.google.cloud.ces.v1.EndUserAuthConfig.Oauth2JwtBearerConfig oauth2_jwt_bearer_config = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oauth2JwtBearerConfig field is set. |