diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-19 21:34:30 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-19 21:34:30 -0800 |
commit | 2746ec1fabc080c0ce8b088fa342e5ba1178ba70 (patch) | |
tree | 044bdc44a437a744ec6534ef5586625dc828fc59 /projecttemplates/RelyingPartyLogic/Model.Client.cs | |
parent | f1837d5eb51cb3ed948d72048e5827332e506a71 (diff) | |
download | DotNetOpenAuth-2746ec1fabc080c0ce8b088fa342e5ba1178ba70.zip DotNetOpenAuth-2746ec1fabc080c0ce8b088fa342e5ba1178ba70.tar.gz DotNetOpenAuth-2746ec1fabc080c0ce8b088fa342e5ba1178ba70.tar.bz2 |
Fixed build breaks.
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/Model.Client.cs')
-rw-r--r-- | projecttemplates/RelyingPartyLogic/Model.Client.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projecttemplates/RelyingPartyLogic/Model.Client.cs b/projecttemplates/RelyingPartyLogic/Model.Client.cs index 42f6274..a2d895e 100644 --- a/projecttemplates/RelyingPartyLogic/Model.Client.cs +++ b/projecttemplates/RelyingPartyLogic/Model.Client.cs @@ -32,6 +32,13 @@ namespace RelyingPartyLogic { } /// <summary> + /// Gets the type of the client. + /// </summary> + ClientType IClientDescription.ClientType { + get { return (ClientType)this.ClientType; } + } + + /// <summary> /// Determines whether a callback URI included in a client's authorization request /// is among those allowed callbacks for the registered client. /// </summary> |