Class CIBAAuthorizeAction
- java.lang.Object
-
- io.jans.as.server.bcauthorize.ws.rs.CIBAAuthorizeAction
-
@RequestScoped @Named("cibaAuthorizeAction") public class CIBAAuthorizeAction extends Object
- Version:
- November 19, 2019
- Author:
- Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description CIBAAuthorizeAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApiKey()
String
getAppId()
String
getAuthDomain()
String
getAuthRequest()
String
getBackchannelDeviceRegistrationEndpoint()
String
getDatabaseURL()
String
getMessagingSenderId()
String
getProjectId()
String
getPublicVapidKey()
String
getStorageBucket()
-
-
-
Method Detail
-
getApiKey
public String getApiKey()
-
getAuthDomain
public String getAuthDomain()
-
getDatabaseURL
public String getDatabaseURL()
-
getProjectId
public String getProjectId()
-
getStorageBucket
public String getStorageBucket()
-
getMessagingSenderId
public String getMessagingSenderId()
-
getAppId
public String getAppId()
-
getPublicVapidKey
public String getPublicVapidKey()
-
getAuthRequest
public String getAuthRequest()
-
getBackchannelDeviceRegistrationEndpoint
public String getBackchannelDeviceRegistrationEndpoint()
-
-