CodeChallenge

@RequiresApi(value = 26)
public final class CodeChallenge


Authorization code challenge.

Related specifications: Proof Key for Code Exchange by OAuth Public Clients (RFC 7636)

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull String

The challenge value.

int

Public constructors

CodeChallenge

Added in 1.0.0
public CodeChallenge(@NonNull CodeVerifier codeVerifier)

Public methods

equals

public boolean equals(Object other)

getValue

Added in 1.0.0
public final @NonNull String getValue()

The challenge value.

hashCode

public int hashCode()