mirror of https://github.com/mingrammer/diagrams
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/296/head
parent
917adc2fa9
commit
c467f4bffb
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _Auth(_OnPrem):
|
||||||
|
_type = "auth"
|
||||||
|
_icon_dir = "resources/onprem/auth"
|
||||||
|
|
||||||
|
|
||||||
|
class BuzzfeedSso(_Auth):
|
||||||
|
_icon = "buzzfeed-sso.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Oauth2Proxy(_Auth):
|
||||||
|
_icon = "oauth2-proxy.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in new issue