View Source Envoy.Extensions.Filters.Http.Oauth2.V3.OAuth2Config (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Extensions.Filters.Http.Oauth2.V3.OAuth2Config{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  auth_scopes: [String.t()],
  auth_type: Envoy.Extensions.Filters.Http.Oauth2.V3.OAuth2Config.AuthType.t(),
  authorization_endpoint: String.t(),
  credentials:
    Envoy.Extensions.Filters.Http.Oauth2.V3.OAuth2Credentials.t() | nil,
  default_expires_in: Google.Protobuf.Duration.t() | nil,
  forward_bearer_token: boolean(),
  pass_through_matcher: [Envoy.Config.Route.V3.HeaderMatcher.t()],
  redirect_path_matcher: Envoy.Type.Matcher.V3.PathMatcher.t() | nil,
  redirect_uri: String.t(),
  resources: [String.t()],
  signout_path: Envoy.Type.Matcher.V3.PathMatcher.t() | nil,
  token_endpoint: Envoy.Config.Core.V3.HttpUri.t() | nil,
  use_refresh_token: Google.Protobuf.BoolValue.t() | nil
}