StandardIntegrityManager.StandardIntegrityTokenRequest

public static abstract class StandardIntegrityManager.StandardIntegrityTokenRequest
extends Object

java.lang.Object
   ↳ com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityTokenRequest


Request for StandardIntegrityManager.StandardIntegrityTokenProvider.request(StandardIntegrityTokenRequest).

Summary

Nested classes

class StandardIntegrityManager.StandardIntegrityTokenRequest.Builder

Builder for StandardIntegrityManager.StandardIntegrityTokenRequest

Public constructors

StandardIntegrityTokenRequest()

Public methods

static StandardIntegrityManager.StandardIntegrityTokenRequest.Builder builder()

Creates StandardIntegrityManager.StandardIntegrityTokenRequest.Builder.

abstract String requestHash()

The request hash provided to the API.

Inherited methods

Public constructors

StandardIntegrityTokenRequest

public StandardIntegrityTokenRequest ()

Public methods

requestHash

public abstract String requestHash ()

The request hash provided to the API.

See the details StandardIntegrityManager.StandardIntegrityTokenRequest.Builder.setRequestHash(String).

Returns
String