public class TokenConfig extends Object
| Constructor and Description |
|---|
TokenConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
RefreshTokenStrategy |
getRefreshTokenStrategy() |
org.mule.runtime.api.store.ObjectStore |
getTokenStore() |
int |
getTokenTtl() |
Long |
getTokenTtlInSeconds() |
TimeUnit |
getTokenTtlTimeUnit() |
public String getPath()
public org.mule.runtime.api.store.ObjectStore getTokenStore()
public RefreshTokenStrategy getRefreshTokenStrategy()
public int getTokenTtl()
public TimeUnit getTokenTtlTimeUnit()
public Long getTokenTtlInSeconds()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.