@Immutable public class OIDCClientRegistrationResponseParser extends Object
Related specifications:
| Modifier and Type | Method and Description |
|---|---|
static ClientRegistrationResponse |
parse(HTTPResponse httpResponse)
Parses an OpenID Connect client registration response from the
specified HTTP response.
|
public static ClientRegistrationResponse parse(HTTPResponse httpResponse) throws ParseException
httpResponse - The HTTP response. Must not be null.ParseException - If the HTTP response couldn't be parsed to an
OpenID Connect client registration response.Copyright © 2017 Connect2id Ltd.. All rights reserved.