package oidc.flow.v1

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

service AuthorizationService

flow_api.proto:32

message AuthorizationRequest

flow.proto:28

An Authentication Request is an OAuth 2.0 Authorization Request that requests that the End-User be authenticated by the Authorization Server.

Used in: AuthorizeRequest, RegistrationRequest, session.v1.AuthorizationCodeSession

message DeviceAuthorizationRequest

flow_api.proto:223

https://tools.ietf.org/html/rfc8628#section-3.1

Used in: session.v1.DeviceCodeSession

message DeviceAuthorizationResponse

flow_api.proto:241

https://tools.ietf.org/html/rfc8628#section-3.2

message DeviceCodeValidationRequest

flow_api.proto:266

message DeviceCodeValidationResponse

flow_api.proto:275

message GrantAuthorizationCode

token_grant.proto:26

Used in: TokenRequest

message GrantClientCredentials

token_grant.proto:51

Used in: TokenRequest

(message has no fields)

message GrantDeviceCode

token_grant.proto:40

https://tools.ietf.org/html/rfc8628#section-3.4

Used in: TokenRequest

message GrantRefreshToken

token_grant.proto:35

Used in: TokenRequest

message GrantTokenExchange

token_grant.proto:54

https://tools.ietf.org/html/rfc8693#section-2.1

Used in: TokenRequest

message RegistrationRequest

flow_api.proto:100

message RegistrationResponse

flow_api.proto:114