public class AuthorizationConfig extends Object
| Constructor and Description |
|---|
AuthorizationConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.store.ObjectStore |
getAuthorizationCodeStore() |
String |
getLoginPage() |
String |
getPath() |
void |
setAuthorizationCodeStore(org.mule.runtime.api.store.ObjectStore authorizationCodeStore) |
void |
setLoginPage(String loginPage) |
void |
setPath(String path) |
public String getLoginPage()
public void setLoginPage(String loginPage)
public String getPath()
public void setPath(String path)
public org.mule.runtime.api.store.ObjectStore getAuthorizationCodeStore()
public void setAuthorizationCodeStore(org.mule.runtime.api.store.ObjectStore authorizationCodeStore)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.