package cs3.auth.applications.v1beta1

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

service ApplicationsAPI

applications_api.proto:54

Auth Applications API The Auth Applications API is meant to generate and manage authentication tokens with specified scopes to be used in third-party applications on behalf of the user. 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.

message AppPassword

resources.proto:37

AppPassword stores information about secondary passwords generated by users to be used with third-party applications.

Used in: GenerateAppPasswordResponse, GetAppPasswordResponse, ListAppPasswordsResponse

message GenerateAppPasswordRequest

applications_api.proto:66

Used as request type in: ApplicationsAPI.GenerateAppPassword, gateway.v1beta1.GatewayAPI.GenerateAppPassword

message GenerateAppPasswordResponse

applications_api.proto:82

Used as response type in: ApplicationsAPI.GenerateAppPassword, gateway.v1beta1.GatewayAPI.GenerateAppPassword

message GetAppPasswordRequest

applications_api.proto:130

Used as request type in: ApplicationsAPI.GetAppPassword, gateway.v1beta1.GatewayAPI.GetAppPassword

message GetAppPasswordResponse

applications_api.proto:142

Used as response type in: ApplicationsAPI.GetAppPassword, gateway.v1beta1.GatewayAPI.GetAppPassword

message InvalidateAppPasswordRequest

applications_api.proto:112

Used as request type in: ApplicationsAPI.InvalidateAppPassword, gateway.v1beta1.GatewayAPI.InvalidateAppPassword

message InvalidateAppPasswordResponse

applications_api.proto:121

Used as response type in: ApplicationsAPI.InvalidateAppPassword, gateway.v1beta1.GatewayAPI.InvalidateAppPassword

message ListAppPasswordsRequest

applications_api.proto:94

Used as request type in: ApplicationsAPI.ListAppPasswords, gateway.v1beta1.GatewayAPI.ListAppPasswords

message ListAppPasswordsResponse

applications_api.proto:100

Used as response type in: ApplicationsAPI.ListAppPasswords, gateway.v1beta1.GatewayAPI.ListAppPasswords