urlsafe_decode64(str) -> String
与えられた文字列を Base64 デコードしたデータを返します。
このメソッドは [RFC4648] の "Base 64 Encoding with URL and Filename Safe Alphabet" に対応しています。 "+" を "-" に "/" を "_" に置き換えます。