Uses of Class
com.cumulocity.sdk.client.messaging.notifications.Token
-
Packages that use Token Package Description com.cumulocity.sdk.client.messaging.notifications -
-
Uses of Token in com.cumulocity.sdk.client.messaging.notifications
Methods in com.cumulocity.sdk.client.messaging.notifications that return Token Modifier and Type Method Description TokenTokenApi. create(NotificationTokenRequestRepresentation tokenRequest)Creates new access Token.TokenTokenApiImpl. create(NotificationTokenRequestRepresentation tokenRequest)TokenTokenApi. refresh(Token token)Refreshes an expired Token.TokenTokenApiImpl. refresh(Token expiredToken)Methods in com.cumulocity.sdk.client.messaging.notifications with parameters of type Token Modifier and Type Method Description TokenTokenApi. refresh(Token token)Refreshes an expired Token.TokenTokenApiImpl. refresh(Token expiredToken)voidTokenApi. unsubscribe(Token token)Unsubscribe a subscriber using supplied Token.voidTokenApiImpl. unsubscribe(Token token)TokenClaimsTokenApi. verify(Token token)Verifies supplied Token.TokenClaimsTokenApiImpl. verify(Token token)
-