@Component public class RedirectIdService extends Object
| Constructor and Description |
|---|
RedirectIdService() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateRedirectId(String authorisationId)
Generates redirect ID based on authorisation ID
|
@Nullable String |
getRedirectId()
Returns redirect ID, used in the current request.
|
public String generateRedirectId(String authorisationId)
authorisationId - authorisation ID@Nullable public @Nullable String getRedirectId()
May not exist if the ID was not generated yet or if the current flow doesn't require redirect ID to be generated.
null otherwiseCopyright © 2020. All rights reserved.