Skip to content

Instantly share code, notes, and snippets.

@polson
polson / Oauth1SigningInterceptor.kt
Last active January 30, 2023 13:36 — forked from JakeWharton/Oauth1SigningInterceptor.java
An OkHttp interceptor written in Kotlin that does OAuth 1.0a signing
/*
* Copyright (C) 2015 Jake Wharton
* Modified work Copyright 2019 Phil Olson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*