C# Class KeycloakIdentityModel.Models.Responses.OidcResponse

Mostra file Open project: dylanplecki/KeycloakOwinAuthentication

Public Methods

Method Description
IsSuccessfulResponse ( ) : bool
ThrowIfError ( ) : void

Protected Methods

Method Description
InitFromRequest ( NameValueCollection authResult ) : void

Method Details

InitFromRequest() protected method

protected InitFromRequest ( NameValueCollection authResult ) : void
authResult System.Collections.Specialized.NameValueCollection
return void

IsSuccessfulResponse() public method

public IsSuccessfulResponse ( ) : bool
return bool

ThrowIfError() public method

public ThrowIfError ( ) : void
return void