diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.csproj | 1 | ||||
-rw-r--r-- | src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj index be4e21b..aac3a1c 100644 --- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj +++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj @@ -747,6 +747,7 @@ http://opensource.org/licenses/ms-pl.html <None Include="Configuration\DotNetOpenAuth.xsd" /> <None Include="Migrated rules for DotNetOpenAuth.ruleset" /> <None Include="OAuth2\Messages\OAuth 2 Messages.cd" /> + <None Include="OAuth2\OAuth 2 client facades.cd" /> <None Include="OAuth\ClassDiagram.cd" /> <None Include="OAuth\Messages\OAuth Messages.cd" /> <None Include="Messaging\Bindings\Bindings.cd" /> diff --git a/src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd b/src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd new file mode 100644 index 0000000..c18c5e8 --- /dev/null +++ b/src/DotNetOpenAuth/OAuth2/OAuth 2 client facades.cd @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<ClassDiagram MajorVersion="1" MinorVersion="1"> + <Class Name="DotNetOpenAuth.OAuth2.ClientBase"> + <Position X="0.5" Y="0.5" Width="3.5" /> + <TypeIdentifier> + <HashCode>AAACAAAwQEAAAAAAAgAAAAAAAAwAAAAAAAAAAAAAAAA=</HashCode> + <FileName>OAuth2\ClientBase.cs</FileName> + </TypeIdentifier> + </Class> + <Class Name="DotNetOpenAuth.OAuth2.WebServerClient"> + <Position X="4.5" Y="0.5" Width="3.5" /> + <TypeIdentifier> + <HashCode>AAAAAQAAAAAAEAAAAAAABAAAAAAAAAAAAAAAAAABAAA=</HashCode> + <FileName>OAuth2\WebServerClient.cs</FileName> + </TypeIdentifier> + </Class> + <Class Name="DotNetOpenAuth.OAuth2.UserAgentClient"> + <Position X="4.5" Y="3" Width="3.5" /> + <InheritanceLine Type="DotNetOpenAuth.OAuth2.ClientBase" FixedFromPoint="true"> + <Path> + <Point X="4" Y="3" /> + <Point X="4.24" Y="3" /> + <Point X="4.24" Y="3.809" /> + <Point X="4.5" Y="3.809" /> + </Path> + </InheritanceLine> + <TypeIdentifier> + <HashCode>AAAAAAAAAAAAEAAAAAAABAAAAAAAAAAAAAAAAAAAAAA=</HashCode> + <FileName>OAuth2\UserAgentClient.cs</FileName> + </TypeIdentifier> + </Class> + <Font Name="Segoe UI" Size="9" /> +</ClassDiagram>
\ No newline at end of file |