mirror of https://github.com/mingrammer/diagrams
Add: Dex, federated OpenID Connect provider (#298)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/338/head
parent
85d03e33ed
commit
a0b32d530b
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _Identity(_OnPrem):
|
||||||
|
_type = "identity"
|
||||||
|
_icon_dir = "resources/onprem/identity"
|
||||||
|
|
||||||
|
|
||||||
|
class Dex(_Identity):
|
||||||
|
_icon = "dex.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in new issue