public class OpenIdPkceFlow extends OpenIdFlow implements IOpenIdAuthFlow
context, logger
Modifier | Constructor and Description |
---|---|
protected |
OpenIdPkceFlow(BmContext context) |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.json.JsonObject |
getAccessTokenByCode(java.lang.String code,
OpenIdContext openIdContext) |
AccessTokenInfo |
initalizeOpenIdAuthentication(ExternalSystem system,
java.lang.String baseUrl) |
createAccessToken, postCall, refreshOpenIdToken, storeAccessToken, storeRefreshToken
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
storeAccessToken, storeRefreshToken
protected OpenIdPkceFlow(BmContext context)
public AccessTokenInfo initalizeOpenIdAuthentication(ExternalSystem system, java.lang.String baseUrl)
initalizeOpenIdAuthentication
in interface IOpenIdAuthFlow
public io.vertx.core.json.JsonObject getAccessTokenByCode(java.lang.String code, OpenIdContext openIdContext) throws OpenIdException
getAccessTokenByCode
in interface IOpenIdAuthFlow
OpenIdException
Copyright © 2023. All Rights Reserved.