mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add user/settings page for managing external auth (#10945)
Also add support for unlinking on the coder side to allow reflow.
This commit is contained in:
@@ -76,6 +76,8 @@ type ExternalAuthLink struct {
|
||||
UpdatedAt time.Time `json:"updated_at" format:"date-time"`
|
||||
HasRefreshToken bool `json:"has_refresh_token"`
|
||||
Expires time.Time `json:"expires" format:"date-time"`
|
||||
Authenticated bool `json:"authenticated"`
|
||||
ValidateError string `json:"validate_error"`
|
||||
}
|
||||
|
||||
// ExternalAuthLinkProvider are the static details of a provider.
|
||||
|
||||
Reference in New Issue
Block a user