EnhancedExternalAuthProvider is a constant that represents enhanced support for a type of external authentication. All of the Git providers are examples of enhanced, because they support intercepting "git clone".
| 12 | // support for a type of external authentication. All of the Git providers |
| 13 | // are examples of enhanced, because they support intercepting "git clone". |
| 14 | type EnhancedExternalAuthProvider string |
| 15 | |
| 16 | func (e EnhancedExternalAuthProvider) String() string { |
| 17 | return string(e) |
no outgoing calls
no test coverage detected