viam.gen.app.v1.end_user_pb2

@generated by mypy-protobuf. Do not edit manually! isort:skip_file

Attributes

DESCRIPTOR

Global___IsLegalAcceptedRequest

Global___IsLegalAcceptedResponse

Global___AcceptLegalRequest

Global___AcceptLegalResponse

Global___RegisterAuthApplicationRequest

Global___RegisterAuthApplicationResponse

Global___UpdateAuthApplicationRequest

Global___UpdateAuthApplicationResponse

Global___GetAuthApplicationRequest

Global___GetAuthApplicationResponse

Classes

IsLegalAcceptedRequest

Abstract base class for protocol messages.

IsLegalAcceptedResponse

Abstract base class for protocol messages.

AcceptLegalRequest

Abstract base class for protocol messages.

AcceptLegalResponse

Abstract base class for protocol messages.

RegisterAuthApplicationRequest

Abstract base class for protocol messages.

RegisterAuthApplicationResponse

Abstract base class for protocol messages.

UpdateAuthApplicationRequest

Abstract base class for protocol messages.

UpdateAuthApplicationResponse

Abstract base class for protocol messages.

GetAuthApplicationRequest

Abstract base class for protocol messages.

GetAuthApplicationResponse

Abstract base class for protocol messages.

Module Contents

viam.gen.app.v1.end_user_pb2.DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
class viam.gen.app.v1.end_user_pb2.IsLegalAcceptedRequest

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

type viam.gen.app.v1.end_user_pb2.Global___IsLegalAcceptedRequest = IsLegalAcceptedRequest
class viam.gen.app.v1.end_user_pb2.IsLegalAcceptedResponse(*, accepted_legal: bool = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

If false, the user should not be able to use the application.

type viam.gen.app.v1.end_user_pb2.Global___IsLegalAcceptedResponse = IsLegalAcceptedResponse
class viam.gen.app.v1.end_user_pb2.AcceptLegalRequest

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

type viam.gen.app.v1.end_user_pb2.Global___AcceptLegalRequest = AcceptLegalRequest
class viam.gen.app.v1.end_user_pb2.AcceptLegalResponse

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

type viam.gen.app.v1.end_user_pb2.Global___AcceptLegalResponse = AcceptLegalResponse
class viam.gen.app.v1.end_user_pb2.RegisterAuthApplicationRequest(*, application_name: str = ..., org_id: str = ..., origin_uris: collections.abc.Iterable[str] | None = ..., redirect_uris: collections.abc.Iterable[str] | None = ..., logout_uri: str = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

application_name: str
org_id: str
logout_uri: str
origin_uris() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
redirect_uris() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
type viam.gen.app.v1.end_user_pb2.Global___RegisterAuthApplicationRequest = RegisterAuthApplicationRequest
class viam.gen.app.v1.end_user_pb2.RegisterAuthApplicationResponse(*, application_id: str = ..., application_name: str = ..., client_secret: str = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

application_id: str
application_name: str
client_secret: str
type viam.gen.app.v1.end_user_pb2.Global___RegisterAuthApplicationResponse = RegisterAuthApplicationResponse
class viam.gen.app.v1.end_user_pb2.UpdateAuthApplicationRequest(*, org_id: str = ..., application_id: str = ..., application_name: str = ..., origin_uris: collections.abc.Iterable[str] | None = ..., redirect_uris: collections.abc.Iterable[str] | None = ..., logout_uri: str = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

org_id: str
application_id: str
application_name: str
logout_uri: str
origin_uris() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
redirect_uris() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
type viam.gen.app.v1.end_user_pb2.Global___UpdateAuthApplicationRequest = UpdateAuthApplicationRequest
class viam.gen.app.v1.end_user_pb2.UpdateAuthApplicationResponse(*, application_id: str = ..., application_name: str = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

application_id: str
application_name: str
type viam.gen.app.v1.end_user_pb2.Global___UpdateAuthApplicationResponse = UpdateAuthApplicationResponse
class viam.gen.app.v1.end_user_pb2.GetAuthApplicationRequest(*, org_id: str = ..., application_id: str = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

org_id: str
application_id: str
type viam.gen.app.v1.end_user_pb2.Global___GetAuthApplicationRequest = GetAuthApplicationRequest
class viam.gen.app.v1.end_user_pb2.GetAuthApplicationResponse(*, application_id: str = ..., application_name: str = ..., client_secret: str = ..., origin_uris: collections.abc.Iterable[str] | None = ..., redirect_uris: collections.abc.Iterable[str] | None = ..., logout_uri: str = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

application_id: str
application_name: str
client_secret: str
logout_uri: str
origin_uris() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
redirect_uris() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
type viam.gen.app.v1.end_user_pb2.Global___GetAuthApplicationResponse = GetAuthApplicationResponse