BoC.Security.Mvc.OpenIdRelyingPartyService.GetResponse C# (CSharp) Method

GetResponse() public method

public GetResponse ( ) : IAuthenticationResponse
return IAuthenticationResponse
        public IAuthenticationResponse GetResponse()
        {
            return relyingParty.GetResponse();
        }

Same methods

OpenIdRelyingPartyService::GetResponse ( DotNetOpenAuth.Messaging.HttpRequestInfo request ) : IAuthenticationResponse