Package com.coreos.dex.api
package com.coreos.dex.api
-
ClassDescriptionDex represents the dex gRPC service.Dex represents the dex gRPC service.A stub to allow clients to do synchronous rpc calls to service Dex.A stub to allow clients to do ListenableFuture-style rpc calls to service Dex.Base class for the server implementation of the service Dex.A stub to allow clients to do asynchronous rpc calls to service Dex.Client represents an OAuth2 client.Client represents an OAuth2 client.CreateClientReq is a request to make a client.CreateClientReq is a request to make a client.CreateClientResp returns the response from creating a client.CreateClientResp returns the response from creating a client.CreatePasswordReq is a request to make a password.CreatePasswordReq is a request to make a password.CreatePasswordResp returns the response from creating a password.CreatePasswordResp returns the response from creating a password.DeleteClientReq is a request to delete a client.DeleteClientReq is a request to delete a client.DeleteClientResp determines if the client is deleted successfully.DeleteClientResp determines if the client is deleted successfully.DeletePasswordReq is a request to delete a password.DeletePasswordReq is a request to delete a password.DeletePasswordResp returns the response from deleting a password.DeletePasswordResp returns the response from deleting a password.GetClientReq is a request to retrieve client details.GetClientReq is a request to retrieve client details.GetClientResp returns the client details.GetClientResp returns the client details.ListPasswordReq is a request to enumerate passwords.ListPasswordReq is a request to enumerate passwords.ListPasswordResp returns a list of passwords.ListPasswordResp returns a list of passwords.ListRefreshReq is a request to enumerate the refresh tokens of a user.ListRefreshReq is a request to enumerate the refresh tokens of a user.ListRefreshResp returns a list of refresh tokens for a user.ListRefreshResp returns a list of refresh tokens for a user.Password is an email for password mapping managed by the storage.Password is an email for password mapping managed by the storage.RefreshTokenRef contains the metadata for a refresh token that is managed by the storage.RefreshTokenRef contains the metadata for a refresh token that is managed by the storage.RevokeRefreshReq is a request to revoke the refresh token of the user-client pair.RevokeRefreshReq is a request to revoke the refresh token of the user-client pair.RevokeRefreshResp determines if the refresh token is revoked successfully.RevokeRefreshResp determines if the refresh token is revoked successfully.UpdateClientReq is a request to update an existing client.UpdateClientReq is a request to update an existing client.UpdateClientResp returns the response from updating a client.UpdateClientResp returns the response from updating a client.UpdatePasswordReq is a request to modify an existing password.UpdatePasswordReq is a request to modify an existing password.UpdatePasswordResp returns the response from modifying an existing password.UpdatePasswordResp returns the response from modifying an existing password.Protobuf type
api.VerifyPasswordReq
Protobuf typeapi.VerifyPasswordReq
Protobuf typeapi.VerifyPasswordResp
Protobuf typeapi.VerifyPasswordResp
VersionReq is a request to fetch version info.VersionReq is a request to fetch version info.VersionResp holds the version info of components.VersionResp holds the version info of components.