public static class OAuth2CodeParser.ParseResult extends Object
Modifier and Type | Method and Description |
---|---|
AuthenticatedClientSessionModel |
getClientSession() |
String |
getCode() |
OAuth2Code |
getCodeData() |
boolean |
isExpiredCode() |
boolean |
isIllegalCode() |
public String getCode()
public OAuth2Code getCodeData()
public AuthenticatedClientSessionModel getClientSession()
public boolean isIllegalCode()
public boolean isExpiredCode()
Copyright © 2021 JBoss by Red Hat. All rights reserved.