CLASS

OAuthTokenManager.SuccessTokenHTTPURLResponseContent

Contents

swift
public class SuccessTokenHTTPURLResponseContent: HTTPURLResponseContent

The HTTPURLResponseContent that holds a SuccessfulTokenResponse.

Properties

successfulTokenResponse

swift
public let successfulTokenResponse: SuccessfulTokenResponse

A successful token response as defined in RFC 6749.