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 StringgetApiKey()StringgetAppId()StringgetAuthDomain()StringgetAuthRequest()StringgetBackchannelDeviceRegistrationEndpoint()StringgetDatabaseURL()StringgetMessagingSenderId()StringgetProjectId()StringgetPublicVapidKey()StringgetStorageBucket()
-
-
-
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()
-
-