package cs3.auth.provider.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ProviderAPI

provider_api.proto:51

Auth Provider API The Auth Provider API is meant to authenticate a client. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. The following are global requirements that apply to all methods: Any method MUST return CODE_OK on a succesful operation. Any method MAY return NOT_IMPLEMENTED. Any method MAY return INTERNAL. Any method MAY return UNKNOWN. Any method MAY return UNAUTHENTICATED.

enum Role

resources.proto:45

The role associated with the scope.

Used in: Scope

message Scope

resources.proto:34

Scope defines role-based permissions for various resources.

Used in: applications.v1beta1.AppPassword, applications.v1beta1.GenerateAppPasswordRequest, AuthenticateResponse