committed by
Sacha Al Himdani
parent
288c59a5f2
commit
f9216d30b2
@@ -25,6 +25,12 @@ const (
|
||||
ConnectorProtocolOAuth2 ConnectorProtocol = "OAUTH2"
|
||||
)
|
||||
|
||||
func ConnectorProtocols() []ConnectorProtocol {
|
||||
return []ConnectorProtocol{
|
||||
ConnectorProtocolOAuth2,
|
||||
}
|
||||
}
|
||||
|
||||
func (cp ConnectorProtocol) String() string {
|
||||
return string(cp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user