mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-12 06:18:19 +02:00
Prototype device authorization flow (core)
This commit is contained in:
parent
4eda7479ce
commit
6d947ebd26
13 changed files with 331 additions and 24 deletions
|
@ -21,6 +21,7 @@ var outboundGRPCConnection = new(grpc.CachedOutboundGRPClientConn)
|
|||
|
||||
type authenticateFlow interface {
|
||||
AuthenticateSignInURL(ctx context.Context, queryParams url.Values, redirectURL *url.URL, idpID string) (string, error)
|
||||
AuthenticateDeviceCode(w http.ResponseWriter, r *http.Request, queryParams url.Values) error
|
||||
Callback(w http.ResponseWriter, r *http.Request) error
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue